forked from bananahampster/hampalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "hampalyzer",
"version": "0.1.0",
"description": "A utility to parse Half-Life GoldSrc logs for the purporses of game statistics",
"main": "index.js",
"scripts": {
"prepare": "mkdir -p dist/templates && cp -rf src/html/template* src/html/hamp2.css -t dist/templates/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bananahampster/hampalyzer.git"
},
"type": "module",
"keywords": [
"tfc",
"hampalyzer",
"hl",
"goldsrc",
"game-log"
],
"author": "Hampster",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/bananahampster/hampalyzer#readme",
"dependencies": {
"cors": "^2.8.5",
"d3": "^7.1.1",
"express": "^4.16.4",
"handlebars": "^4.7.7",
"jsdom": "^18.0.1",
"multer": "^1.4.3",
"pg": "^8.5.1"
},
"devDependencies": {
"@types/d3": "^7.1.0",
"@types/express": "^4.16.0",
"@types/jsdom": "^16.2.13",
"@types/multer": "^1.4.3",
"@types/node": "^10.17.51",
"@types/pg": "^7.14.11"
}
}