-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 967 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
36
{
"name": "intech-register-website",
"version": "0.0.1",
"description": "Intech Registeratiion Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/techsyndicate/intech-registeration.git"
},
"author": "gamer-1478",
"license": "ISC",
"bugs": {
"url": "https://github.com/techsyndicate/intech-registeration/issues"
},
"homepage": "https://github.com/techsyndicate/intech-registeration#readme",
"dependencies": {
"@notionhq/client": "^1.0.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"discord.js": "^13.17.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"node-fetch": "^3.3.1",
"nodemailer": "^6.7.5",
"nodemon": "^3.1.0",
"pm2": "^5.3.1",
"uuid": "^8.3.2"
}
}