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