-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 947 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": "studiolovelieswebsite",
"version": "1.0.0",
"engines": {
"node": "20.17.0"
},
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "node build.js",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsaacLaquerre/StudioLoveliesWebsite.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/IsaacLaquerre/StudioLoveliesWebsite/issues"
},
"homepage": "https://github.com/IsaacLaquerre/StudioLoveliesWebsite#readme",
"dependencies": {
"@discordjs/rest": "0.1.0-canary.0",
"ansi-regex": "^6.0.1",
"discord.js": "^13.1.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mysql": "^2.18.1",
"nodemailer": "^6.6.1"
}
}