2021-04-27 15:59:23 -05:00
|
|
|
{
|
2021-05-03 12:47:51 -05:00
|
|
|
"name": "create-astro",
|
2023-08-22 09:19:18 -05:00
|
|
|
"version": "4.0.0-rc.2",
|
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",
|
2021-11-23 17:47:05 -05:00
|
|
|
"url": "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\"",
|
2023-02-06 11:19:37 -05:00
|
|
|
"test": "mocha --exit --timeout 20000 --parallel"
|
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": {
|
2023-06-21 08:09:49 -05:00
|
|
|
"@astrojs/cli-kit": "^0.2.3",
|
|
|
|
"chai": "^4.3.7",
|
2022-04-26 10:24:24 -05:00
|
|
|
"execa": "^6.1.0",
|
2023-02-17 08:45:47 -05:00
|
|
|
"giget": "1.0.0",
|
2023-06-08 23:56:29 -05:00
|
|
|
"mocha": "^9.2.2",
|
2023-08-23 06:52:13 -05:00
|
|
|
"node-fetch-native": "^1.3.0",
|
2023-06-21 15:02:20 -05:00
|
|
|
"which-pm-runs": "^1.1.0"
|
2021-05-03 12:47:51 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-07 13:12:31 -05:00
|
|
|
"@types/which-pm-runs": "^1.0.0",
|
2023-02-06 11:19:37 -05:00
|
|
|
"arg": "^5.0.2",
|
2022-03-08 16:46:11 -05:00
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 08:09:49 -05:00
|
|
|
"strip-ansi": "^7.1.0",
|
2023-08-23 06:52:13 -05:00
|
|
|
"strip-json-comments": "^5.0.1"
|
2021-06-14 07:20:14 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-24 13:47:07 -05:00
|
|
|
"node": ">=18.14.1"
|
2021-05-03 12:47:51 -05:00
|
|
|
}
|
2021-04-27 15:59:23 -05:00
|
|
|
}
|