-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
46 lines (46 loc) · 1.36 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": "mapjs",
"version": "1.11.1",
"description": "",
"main": "src/index.js",
"scripts": {
"convert": "node src/geofenceToGeoJSON.js",
"convert-poracle": "node src/poracleToGeoJSON.js",
"create-locales": "node -e 'require(\"./src/createLocales\").locales()'",
"generate": "node -e 'require(\"./src/generateMasterfile\").generate()'",
"start": "node src/index.js",
"test": "npx eslint src/ --ext .js,.jsx,.ts,.tsx",
"test-fix": "npx eslint src/ --ext .js,.jsx,.ts,.tsx --fix",
"update": "npm install && npm run generate && npm run create-locales"
},
"repository": {
"type": "git",
"url": "git+https://github.com/versx/MapJS.git"
},
"author": "versx",
"license": "ISC",
"bugs": {
"url": "https://github.com/versx/MapJS/issues"
},
"homepage": "https://github.com/versx/MapJS#readme",
"dependencies": {
"axios": "^0.21.1",
"btoa": "^1.2.1",
"compression": "^1.7.4",
"discord-oauth2": "^2.5.0",
"discord.js": "^12.3.1",
"eslint": "^7.9.0",
"express": "^4.17.1",
"express-mysql-session": "^2.1.6",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"extend": "^3.0.2",
"helmet": "^3.23.3",
"i18n": "^0.9.1",
"mustache-express": "^1.3.0",
"mysql": "^2.18.1",
"nodes2ts": "^2.0.0",
"require-from-string": "^2.0.2",
"sanitizer": "^0.1.3"
}
}