-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 KB
/
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
42
43
44
{
"name": "create-astro-matrix",
"version": "0.0.2",
"description": "a CLI for yellow-astro-template deployement & configuration",
"main": "dist/index.js",
"bin": {
"yellowInstall": "./dist/index.js"
},
"scripts": {
"build": "npx tsc",
"clean": "rm -Rf dist && rm -Rf test && rm -f text.txt",
"test": "jest"
},
"keywords": [
"cli",
"yellow",
"npmtool"
],
"author": "Boris Therin",
"license": "GNU",
"repository": "https://github.com/bioboosterbob/basic-to-enhanced-nodejs-cli",
"homepage": "https://github.com/bioboosterbob/basic-to-enhanced-nodejs-cli#readme",
"dependencies": {
"commander": "^11.0.0",
"figlet": "^1.6.0",
"gradient-string": "^2.0.2",
"inquirer": "^8.2.6",
"ts-node": "^10.9.1",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@types/figlet": "^1.5.6",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.10",
"babel-jest": "^29.6.2",
"jest": "^29.6.2",
"typescript": "^5.1.6"
}
}