-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 989 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
{
"name": "hitblockgrab",
"version": "0.1.0",
"description": "a node server for running hitblockgrab",
"main": "src/server.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack && node src/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jack-bliss/hitblockgrab.git"
},
"author": "Jack Bliss",
"license": "ISC",
"bugs": {
"url": "https://github.com/jack-bliss/hitblockgrab/issues"
},
"homepage": "https://github.com/jack-bliss/hitblockgrab#readme",
"dependencies": {
"@types/express": "^4.11.1",
"@types/socket.io": "^1.4.33",
"express": "^4.16.3",
"node": "^10.0.0",
"npm": "^6.0.0",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"ts-loader": "^4.2.0",
"ts-node": "^6.0.0",
"tslint": "^5.9.1",
"typescript": "^2.8.3",
"uws": "^9.148.0",
"webpack": "^4.6.0"
},
"devDependencies": {
"webpack-cli": "^2.0.15"
}
}