-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.63 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
52
53
{
"name": "modularsoft-zander-web",
"version": "1.0",
"description": "The web component of the Zander project that contains database, API and website.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install --include=dev && npm run build && npm ci",
"prod": "node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --max-old-space-size=512 app.js",
"dev": "nodemon --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ModularSoftAU/zander-web.git"
},
"engines": {
"npm": ">=8.5.0",
"node": "18.18.2"
},
"keywords": [],
"author": "ModularSoft",
"type": "module",
"license": "ISC",
"bugs": {
"url": "https://github.com/ModularSoftAU/zander-web/issues"
},
"homepage": "https://github.com/ModularSoftAU/zander-web#readme",
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@fastify/formbody": "^7.4.0",
"@fastify/session": "^10.5.0",
"@fastify/static": "^6.11.2",
"@fastify/view": "^8.2.0",
"@sapphire/framework": "^4.7.2",
"bcrypt": "^5.0.1",
"crypto": "^1.0.1",
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.13.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.7",
"fastify": "^4.25.2",
"mailtrap": "^3.2.0",
"moment": ">=2.29.2",
"mysql": "^2.18.1",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"querystring": "^0.2.1",
"zero-md": "^2.3.1"
}
}