-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 953 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": "tmw-api",
"version": "2.3.0",
"description": "TMW RESTful API",
"author": "The Mana World",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "https://github.com/themanaworld/api.git"
},
"bugs": {
"url": "https://github.com/themanaworld/api/issues"
},
"main": "src/api.js",
"private": true,
"scripts": {
"start": "env NODE_ENV=production node .",
"dev": "env NODE_ENV=development node ."
},
"dependencies": {
"express": "^4.17.1",
"iconv-lite": "^0.5.1",
"lazy-universal-dotenv": "^3.0.1",
"mariadb": "^2.3.1",
"mysql": "^2.18.1",
"nanoid": "^3.0.2",
"nanoid-dictionary": "^3.0.0",
"node-fetch": "^2.6.0",
"nodemailer": "^6.4.6",
"ripgrep-bin": "^11.0.1",
"sequelize": "^5.21.5",
"sequelize-cli": "^5.5.1",
"uuid": "^3.4.0"
}
}