2021-04-27 20:59:23 +00:00
|
|
|
{
|
2021-05-03 17:47:51 +00:00
|
|
|
"name": "create-astro",
|
2023-08-22 14:19:18 +00:00
|
|
|
"version": "4.0.0-rc.2",
|
2021-05-03 17:47:51 +00:00
|
|
|
"type": "module",
|
2021-12-13 21:14:34 +00:00
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
2021-06-16 18:09:35 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-11-23 22:47:05 +00:00
|
|
|
"url": "https://github.com/withastro/astro.git",
|
2021-06-16 18:09:35 +00:00
|
|
|
"directory": "packages/create-astro"
|
|
|
|
},
|
2021-12-13 21:14:34 +00:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
2021-05-03 17:47:51 +00:00
|
|
|
"exports": {
|
2021-12-07 18:21:42 +00:00
|
|
|
".": "./create-astro.mjs"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
2023-02-06 16:19:37 +00:00
|
|
|
"main": "./create-astro.mjs",
|
2021-05-03 17:47:51 +00:00
|
|
|
"bin": {
|
2021-06-08 15:10:56 +00:00
|
|
|
"create-astro": "./create-astro.mjs"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-06 16:19:37 +00:00
|
|
|
"build": "astro-scripts build \"src/index.ts\" --bundle && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/index.ts\" --bundle",
|
2021-07-22 00:39:14 +00:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2023-02-06 16:19:37 +00:00
|
|
|
"test": "mocha --exit --timeout 20000 --parallel"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
2023-02-06 16:19:37 +00:00
|
|
|
"create-astro.js"
|
2021-05-03 17:47:51 +00:00
|
|
|
],
|
2023-02-06 16:19:37 +00:00
|
|
|
"//a": "MOST PACKAGES SHOULD GO IN DEV_DEPENDENCIES! THEY WILL BE BUNDLED.",
|
|
|
|
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
|
2021-05-03 17:47:51 +00:00
|
|
|
"dependencies": {
|
2023-06-21 13:09:49 +00:00
|
|
|
"@astrojs/cli-kit": "^0.2.3",
|
|
|
|
"chai": "^4.3.7",
|
2022-04-26 15:24:24 +00:00
|
|
|
"execa": "^6.1.0",
|
2023-02-17 13:45:47 +00:00
|
|
|
"giget": "1.0.0",
|
2023-06-09 04:56:29 +00:00
|
|
|
"mocha": "^9.2.2",
|
2023-06-30 22:24:36 +00:00
|
|
|
"node-fetch-native": "^1.2.0",
|
2023-06-21 20:02:20 +00:00
|
|
|
"which-pm-runs": "^1.1.0"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-07 18:12:31 +00:00
|
|
|
"@types/which-pm-runs": "^1.0.0",
|
2023-02-06 16:19:37 +00:00
|
|
|
"arg": "^5.0.2",
|
2022-03-08 21:46:11 +00:00
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 13:09:49 +00:00
|
|
|
"strip-ansi": "^7.1.0",
|
2023-06-21 20:02:20 +00:00
|
|
|
"strip-json-comments": "^5.0.0"
|
2021-06-14 12:20:14 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-24 18:47:07 +00:00
|
|
|
"node": ">=18.14.1"
|
2021-05-03 17:47:51 +00:00
|
|
|
}
|
2021-04-27 20:59:23 +00:00
|
|
|
}
|