-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 929 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": "@sora-soft/cli",
"version": "1.4.2",
"description": "sora system example",
"bin": {
"sora": "./bin/cli.js"
},
"main": "dist/index.js",
"scripts": {
"build": "rimraf ./dist && tsc",
"clean": "rimraf ./dist",
"prepublishOnly": "rimraf ./dist && tsc"
},
"keywords": [
"sora"
],
"author": "yaya",
"license": "WTFPL",
"dependencies": {
"art-template": "^4.13.2",
"camelcase": "^6.2.0",
"chalk": "^2.4.2",
"commander": "^7.2.0",
"download-git-repo": "^3.0.2",
"inquirer": "^8.0.0",
"isomorphic-git": "^1.21.0",
"mkdirp": "^0.5.5",
"ora": "^5.4.0",
"source-map-support": "^0.5.19",
"ts-morph": "^17.0.0",
"tsutils": "^3.21.0",
"typescript": "^4.9.0"
},
"devDependencies": {
"@types/inquirer": "^7.3.1",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.14.37",
"rimraf": "^3.0.2",
"tslint": "^6.1.3"
}
}