-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.19 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.19 KB
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
{
"name": "rise-common-electron",
"version": "3.0.8",
"description": "",
"main": "index.js",
"author": "",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Rise-Vision/rise-common-electron.git"
},
"bugs": {
"url": "https://github.com/Rise-Vision/rise-common-electron/issues"
},
"devDependencies": {
"express": "^4.19.2",
"lolex": "^4.2.0",
"mocha": "^7.2.0",
"mocha-junit-reporter": "^1.23.3",
"nyc": "^15.1.0",
"simple-mock": "^0.8.0"
},
"dependencies": {
"fs-extra": "git+https://github.com/Rise-Vision/node-fs-extra",
"got": "^11.8.6",
"gunzip-maybe": "^1.4.2",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
"mkdirp": "^0.5.6",
"rimraf": "2.7.1",
"tar-fs": "^2.1.1",
"windows-shortcuts": "git+https://github.com/Rise-Vision/windows-shortcuts.git"
},
"scripts": {
"test": "nyc mocha --timeout 20000 -r ./test/init.js --recursive --exit test/unit",
"test-no-coverage": "mocha --timeout 40000 -r ./test/init.js --recursive test/unit",
"integration": "node_modules/mocha/bin/_mocha --timeout 40000 -r ./test/init.js --recursive --exit test/integration"
}
}