-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
45
46
{
"name": "@gcommands/cli",
"version": "0.1.3",
"description": "Generate projects, components, etc",
"type": "module",
"main": "dist/cli.mjs",
"bin": {
"gcommands": "./dist/cli.mjs",
"gc": "./dist/cli.mjs"
},
"scripts": {
"lint": "npx eslint .",
"build:babel": "npx babel --extensions .ts ./src -d ./dist --minified --copy-files --out-file-extension .mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Garlic-Team/gcommands-cli.git"
},
"bugs": {
"url": "https://github.com/Garlic-Team/gcommands-cli/issues"
},
"homepage": "https://github.com/Garlic-Team/gcommands-cli#readme",
"author": "Garlic-Team",
"license": "ISC",
"dependencies": {
"chalk": "^5.0.0",
"commander": "^9.0.0",
"github-clone-repo": "^1.0.1",
"hyttpo": "^0.3.3",
"mv": "^2.1.1",
"ora": "^6.0.1",
"prompts": "^2.4.2"
},
"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.9",
"@babel/preset-typescript": "7.16.7",
"@types/node": "17.0.7",
"@types/unzipper": "0.10.5",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"babel-plugin-add-import-extension": "1.6.0",
"eslint": "8.13.0",
"typescript": "4.6.3"
}
}