2021-04-27 20:59:23 +00:00
|
|
|
{
|
2021-05-03 17:47:51 +00:00
|
|
|
"name": "create-astro",
|
2021-07-06 19:31:12 +00:00
|
|
|
"version": "0.3.5",
|
2021-05-03 17:47:51 +00:00
|
|
|
"type": "module",
|
2021-06-16 18:09:35 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/snowpackjs/astro.git",
|
|
|
|
"directory": "packages/create-astro"
|
|
|
|
},
|
2021-05-03 17:47:51 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./create-astro.js"
|
|
|
|
},
|
|
|
|
"bin": {
|
2021-06-08 15:10:56 +00:00
|
|
|
"create-astro": "./create-astro.mjs"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-06-08 15:10:56 +00:00
|
|
|
"build": "astro-scripts build \"src/*.ts\"",
|
2021-05-28 16:06:22 +00:00
|
|
|
"prepare": "yarn build",
|
2021-06-11 21:07:30 +00:00
|
|
|
"test": "rm -rf test/fixtures && mkdir test/fixtures && node --unhandled-rejections=strict test/create-astro.test.js"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"create-astro.js"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2021-07-07 19:52:44 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2021-06-08 15:10:56 +00:00
|
|
|
"@types/degit": "^2.8.2",
|
|
|
|
"@types/prompts": "^2.0.12",
|
|
|
|
"degit": "^2.8.4",
|
|
|
|
"kleur": "^4.1.1",
|
|
|
|
"prompts": "^2.4.1",
|
|
|
|
"yargs-parser": "^20.2.7"
|
2021-05-03 17:47:51 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-28 16:06:22 +00:00
|
|
|
"uvu": "^0.5.1"
|
2021-06-14 12:20:14 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
2021-05-03 17:47:51 +00:00
|
|
|
}
|
2021-04-27 20:59:23 +00:00
|
|
|
}
|