2021-04-27 15:59:23 -05:00
|
|
|
{
|
2021-05-03 12:47:51 -05:00
|
|
|
"name": "create-astro",
|
2022-07-28 14:53:57 -05:00
|
|
|
"version": "0.14.3",
|
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
|
|
|
},
|
|
|
|
"bin": {
|
2021-06-08 10:10:56 -05:00
|
|
|
"create-astro": "./create-astro.mjs"
|
2021-05-03 12:47:51 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-07-21 19:39:14 -05:00
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
2022-03-23 19:46:16 -05:00
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
2021-07-21 19:39:14 -05:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2022-04-21 15:36:48 -05:00
|
|
|
"test": "mocha --exit --timeout 20000"
|
2021-05-03 12:47:51 -05:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"create-astro.js"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-05-11 11:38:42 -05:00
|
|
|
"chalk": "^5.0.1",
|
2021-06-08 10:10:56 -05:00
|
|
|
"degit": "^2.8.4",
|
2022-04-26 10:24:24 -05:00
|
|
|
"execa": "^6.1.0",
|
2022-03-11 17:38:28 -05:00
|
|
|
"kleur": "^4.1.4",
|
2022-03-21 12:33:31 -05:00
|
|
|
"ora": "^6.1.0",
|
2022-03-11 17:38:28 -05:00
|
|
|
"prompts": "^2.4.2",
|
2022-07-07 13:12:31 -05:00
|
|
|
"which-pm-runs": "^1.1.0",
|
2022-03-11 17:38:28 -05:00
|
|
|
"yargs-parser": "^21.0.1"
|
2021-05-03 12:47:51 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-21 15:36:48 -05:00
|
|
|
"@types/chai": "^4.3.1",
|
2022-07-07 13:12:31 -05:00
|
|
|
"@types/degit": "^2.8.3",
|
2022-04-22 09:04:01 -05:00
|
|
|
"@types/mocha": "^9.1.1",
|
2022-07-07 13:12:31 -05:00
|
|
|
"@types/prompts": "^2.0.14",
|
|
|
|
"@types/which-pm-runs": "^1.0.0",
|
2022-03-10 10:55:40 -05:00
|
|
|
"@types/yargs-parser": "^21.0.0",
|
2022-03-08 16:46:11 -05:00
|
|
|
"astro-scripts": "workspace:*",
|
2022-04-21 15:36:48 -05:00
|
|
|
"chai": "^4.3.6",
|
|
|
|
"mocha": "^9.2.2",
|
2022-03-11 17:38:28 -05:00
|
|
|
"uvu": "^0.5.3"
|
2021-06-14 07:20:14 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-07-15 07:15:04 -05:00
|
|
|
"node": "^14.18.0 || >=16.12.0"
|
2021-05-03 12:47:51 -05:00
|
|
|
}
|
2021-04-27 15:59:23 -05:00
|
|
|
}
|