-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
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": "ao-api-server",
"version": "1.0.0",
"description": "API para ampliar funciones del servidor del juego Argentum Online Libre",
"main": "index.js",
"repository": "github:ao-libre/ao-api-server",
"dependencies": {
"@opuscapita/filemanager-server": "^1.1.0-beta.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"discord.js": "^11.5.1",
"dotenv": "^8.0.0",
"easy-ini": "^1.1.3",
"express": "^4.16.3",
"findit2": "^2.2.3",
"fs-extra": "^9.0.0",
"ini": "^1.3.5",
"ip": "^1.1.5",
"js-sha256": "^0.9.0",
"moment": "^2.27.0",
"mysql2": "^1.6.5",
"node-fetch": "^2.6.0",
"nodemailer": "^6.1.1",
"nodemon": "^1.19.2",
"zip-lib": "^0.7.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"nodemon": "nodemon index.js"
},
"author": "Lucas Recoaro",
"license": "AGPL-3.0-only"
}