-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "xatkit-spl-backend",
"version": "1.0.0",
"description": "API for Chatbot Definition, Creation & Deployment",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon --ignore lines/**/*.json --quiet index.js",
"test": "jest --detectOpenHandles --runInBand"
},
"repository": "github:joszamama/xatkit-spl-backend",
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/joszamama/xatkit-spl-backend/issues"
},
"homepage": "https://github.com/joszamama/xatkit-spl-backend#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"mongoose": "^6.8.4",
"mongoose-unique-validator": "^3.1.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20",
"swagger-ui-express": "^4.6.0",
"winston": "^3.8.2"
},
"devDependencies": {
"jest": "^27.4.5",
"supertest": "^6.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}