forked from X-lab2017/github-analysis-report-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 730 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 730 Bytes
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
{
"name": "github-analysis-report-2019",
"version": "1.0.0",
"description": "GitHub analysis report 2019 via X-lab",
"main": "lib/index.js",
"bin": "lib/index.js",
"scripts": {
"start": "npm run build && node --max_old_space_size=12288 lib/index.js",
"build": "tsc",
"pkg": "pkg package.json -t node10-win-x64,node10-linux-x64,node10-macos-x64 --out-path=./bin/"
},
"keywords": [
"GitHub",
"Data",
"analysis"
],
"author": "X-lab",
"license": "MIT",
"dependencies": {
"tslib": "^1.10.0",
"typescript": "^3.7.4",
"yargs": "^15.1.0"
},
"devDependencies": {
"@types/node": "^13.1.4",
"@types/yargs": "^13.0.4",
"pkg": "^4.4.2",
"tslint": "^5.20.1"
}
}