forked from WatWowMap/Chuck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
47
48
49
50
51
{
"name": "chuck",
"version": "1.0.0",
"description": "RDM Alternative Written in JS",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"controller": "node src/controller.js",
"dataparser": "node src/dataparser.js",
"create-locales": "node src/createLocales.js",
"test": "mocha",
"eslint": "npx eslint src/**/*.js",
"eslint-fix": "npx eslint src/**/*.js --fix",
"update": "npm install && npm update pogo-translations && npm run create-locales"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WatWowMap/Chuck.git"
},
"author": "WatWowMap",
"license": "ISC",
"bugs": {
"url": "https://github.com/WatWowMap/Chuck/issues"
},
"homepage": "https://github.com/WatWowMap/Chuck",
"dependencies": {
"@turf/turf": "^5.1.6",
"axios": "^0.21.1",
"better-logging": "^4.4.0",
"eslint": "^7.8.1",
"express": "^4.17.1",
"express-status-monitor": "^1.3.3",
"extend": "^3.0.2",
"google-protobuf": "^3.13.0",
"helmet": "^4.1.0",
"i18n": "^0.9.1",
"lru-cache": "^6.0.0",
"mustache-express": "^1.3.0",
"mysql2": "^2.2.5",
"nodes2ts": "^2.0.0",
"pogo-protos": "git+https://github.com/Furtif/pogo-protos.git",
"pogo-translations": "git+https://github.com/bschultz/pogo-translations.git",
"purified-protos": "^0.193.2",
"redis": "^3.0.2",
"s2-geometry": "^1.2.10",
"sequelize": "^6.3.5"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}