-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "sebsib-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:linux:dev": "NODE_ENV=dev nodemon index.js",
"start:win:dev": "set NODE_ENV=dev&& nodemon index.js",
"start:win:dev:test": "set NODE_ENV=test&& nodemon index.js",
"start:linux:dev:test": "NODE_ENV=test nodemon index.js",
"test": "mocha -r dotenv/config --sort --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SebsibOfficial/sebsib-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SebsibOfficial/sebsib-api/issues"
},
"homepage": "https://github.com/SebsibOfficial/sebsib-api#readme",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-rate-limit": "^6.4.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"mongo-sanitize": "^1.1.0",
"mongoose": "^6.2.6",
"morgan-body": "^2.6.6",
"node-fetch": "2",
"validator": "^13.7.0",
"xss": "^1.0.13"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"mocha": "^10.0.0",
"nodemon": "^2.0.15"
}
}