2021-04-27 15:59:23 -05:00
|
|
|
{
|
2021-05-03 12:47:51 -05:00
|
|
|
"name": "create-astro",
|
2024-12-03 05:56:34 -05:00
|
|
|
"version": "4.11.0",
|
2021-05-03 12:47:51 -05:00
|
|
|
"type": "module",
|
2021-12-13 16:14:34 -05:00
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
2021-06-16 13:09:35 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-11-15 10:43:34 -05:00
|
|
|
"url": "git+https://github.com/withastro/astro.git",
|
2021-06-16 13:09:35 -05:00
|
|
|
"directory": "packages/create-astro"
|
|
|
|
},
|
2021-12-13 16:14:34 -05:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
2021-05-03 12:47:51 -05:00
|
|
|
"exports": {
|
2021-12-07 13:21:42 -05:00
|
|
|
".": "./create-astro.mjs"
|
2021-05-03 12:47:51 -05:00
|
|
|
},
|
2023-02-06 11:19:37 -05:00
|
|
|
"main": "./create-astro.mjs",
|
2021-05-03 12:47:51 -05:00
|
|
|
"bin": {
|
2021-06-08 10:10:56 -05:00
|
|
|
"create-astro": "./create-astro.mjs"
|
2021-05-03 12:47:51 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-06 11:19:37 -05:00
|
|
|
"build": "astro-scripts build \"src/index.ts\" --bundle && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/index.ts\" --bundle",
|
2021-07-21 19:39:14 -05:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2024-02-13 09:41:59 -05:00
|
|
|
"test": "astro-scripts test \"test/**/*.test.js\""
|
2021-05-03 12:47:51 -05:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
2023-02-06 11:19:37 -05:00
|
|
|
"create-astro.js"
|
2021-05-03 12:47:51 -05:00
|
|
|
],
|
2023-02-06 11:19:37 -05:00
|
|
|
"//a": "MOST PACKAGES SHOULD GO IN DEV_DEPENDENCIES! THEY WILL BE BUNDLED.",
|
|
|
|
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
|
2021-05-03 12:47:51 -05:00
|
|
|
"dependencies": {
|
2024-01-05 16:00:47 -05:00
|
|
|
"@astrojs/cli-kit": "^0.4.1",
|
2024-10-28 09:00:15 -05:00
|
|
|
"@bluwy/giget-core": "^0.1.1"
|
2021-05-03 12:47:51 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-06 11:19:37 -05:00
|
|
|
"arg": "^5.0.2",
|
2022-03-08 16:46:11 -05:00
|
|
|
"astro-scripts": "workspace:*",
|
2023-08-23 06:52:13 -05:00
|
|
|
"strip-json-comments": "^5.0.1"
|
2021-06-14 07:20:14 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-11-27 08:54:00 -05:00
|
|
|
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"
|
2023-10-05 05:29:36 -05:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2021-05-03 12:47:51 -05:00
|
|
|
}
|
2021-04-27 15:59:23 -05:00
|
|
|
}
|