-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.23 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": "rehearse20",
"version": "0.0.1",
"description": "Rehease online 20",
"dependencies": {
"socket.io": "^2.3.0"
},
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/sinon": "^9.0.1",
"@types/socket.io": "^2.1.4",
"body-parser": "^1.19.0",
"electron": "^8.2.5",
"electron-packager": "^14.2.1",
"express": "^4.17.1",
"jest": "^25.5.4",
"prettier": "^2.0.5",
"sinon": "^9.0.2",
"ts-jest": "^25.5.1",
"typescript": "^3.8.3"
},
"scripts": {
"postinstall": "cd src/client && npm ci",
"build": "tsc",
"package": "electron-packager src/client --platform darwin,linux --out dist",
"gui": "electron src/client/main.js 2> /dev/null ",
"cli": "node src/client/cli.js",
"server": "node src/server",
"test": "jest",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhpijnacker/rehearse20.git"
},
"keywords": [],
"author": "Ronald Pijnacker",
"license": "ISC",
"bugs": {
"url": "https://github.com/rhpijnacker/rehearse20/issues"
},
"homepage": "https://github.com/rhpijnacker/rehearse20#readme"
}