2021-04-27 15:59:23 -05:00
|
|
|
{
|
2021-05-03 11:47:51 -06:00
|
|
|
"name": "create-astro",
|
2024-02-15 03:00:03 -08:00
|
|
|
"version": "4.7.3",
|
2021-05-03 11:47:51 -06:00
|
|
|
"type": "module",
|
2021-12-13 22:14:34 +01:00
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
2021-06-16 13:09:35 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-11-23 14:47:05 -08:00
|
|
|
"url": "https://github.com/withastro/astro.git",
|
2021-06-16 13:09:35 -05:00
|
|
|
"directory": "packages/create-astro"
|
|
|
|
},
|
2021-12-13 22:14:34 +01:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
2021-05-03 11:47:51 -06:00
|
|
|
"exports": {
|
2021-12-07 10:21:42 -08:00
|
|
|
".": "./create-astro.mjs"
|
2021-05-03 11:47:51 -06:00
|
|
|
},
|
2023-02-06 10:19:37 -06:00
|
|
|
"main": "./create-astro.mjs",
|
2021-05-03 11:47:51 -06:00
|
|
|
"bin": {
|
2021-06-08 08:10:56 -07:00
|
|
|
"create-astro": "./create-astro.mjs"
|
2021-05-03 11:47:51 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-06 10:19:37 -06:00
|
|
|
"build": "astro-scripts build \"src/index.ts\" --bundle && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/index.ts\" --bundle",
|
2021-07-21 17:39:14 -07:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2024-02-13 20:11:59 +05:30
|
|
|
"test": "astro-scripts test \"test/**/*.test.js\""
|
2021-05-03 11:47:51 -06:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
2023-02-06 10:19:37 -06:00
|
|
|
"create-astro.js"
|
2021-05-03 11:47:51 -06:00
|
|
|
],
|
2023-02-06 10:19:37 -06:00
|
|
|
"//a": "MOST PACKAGES SHOULD GO IN DEV_DEPENDENCIES! THEY WILL BE BUNDLED.",
|
|
|
|
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
|
2021-05-03 11:47:51 -06:00
|
|
|
"dependencies": {
|
2024-01-05 22:00:47 +01:00
|
|
|
"@astrojs/cli-kit": "^0.4.1",
|
2023-11-21 12:09:19 +08:00
|
|
|
"giget": "1.1.3"
|
2021-05-03 11:47:51 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-06 10:19:37 -06:00
|
|
|
"arg": "^5.0.2",
|
2022-03-08 15:46:11 -06:00
|
|
|
"astro-scripts": "workspace:*",
|
2023-06-21 21:09:49 +08:00
|
|
|
"strip-ansi": "^7.1.0",
|
2023-08-23 19:52:13 +08:00
|
|
|
"strip-json-comments": "^5.0.1"
|
2021-06-14 05:20:14 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-24 20:47:07 +02:00
|
|
|
"node": ">=18.14.1"
|
2023-10-05 18:29:36 +08:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2021-05-03 11:47:51 -06:00
|
|
|
}
|
2021-04-27 15:59:23 -05:00
|
|
|
}
|