-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "create-astro-app",
"version": "1.2.1",
"description": "CLI to create an Astro Application.",
"main": "src/index.js",
"bin": "src/index.js",
"scripts": {
"build": "tsc",
"start": "yarn build && node src/index.js",
"lint": "prettier --check .",
"lint:fix": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harry-Hopkinson/create-astro-app.git"
},
"homepage": "https://github.com/Harry-Hopkinson/create-astro-app#readme",
"keywords": [
"create-astro",
"cli",
"astro",
"astro",
"code-generation",
"boilerplate"
],
"author": "harry-hopkinson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Harry-Hopkinson/create-astro-app/issues"
},
"dependencies": {
"kolorist": "^1.6.0",
"minimist": "^1.2.7",
"prompts": "^2.4.2"
},
"devDependencies": {
"@types/node": "22.10.2",
"prettier": "3.4.2",
"typescript": "5.7.2"
}
}