forked from WatWowMap/MapJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 838 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
{
"name": "mapjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "npx eslint src/**/*.js",
"test-fix": "npx eslint src/**/*.js --fix"
},
"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": {
"btoa": "^1.2.1",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"discord-oauth2": "^2.2.0",
"discord.js": "^12.2.0",
"eslint": "^7.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"i18n": "^0.9.1",
"mustache-express": "^1.3.0",
"mysql": "^2.18.1",
"node-fetch": "^2.6.0"
}
}