forked from decoded-cipher/api.inovuslabs.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 874 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": "api.inovuslabs.org",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inovus-labs/api.inovuslabs.org.git"
},
"author": "Arjun Krishna",
"license": "MIT",
"bugs": {
"url": "https://github.com/inovus-labs/api.inovuslabs.org/issues"
},
"homepage": "https://github.com/inovus-labs/api.inovuslabs.org#readme",
"dependencies": {
"axios": "^1.6.3",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^6.1.7",
"nanoid": "^3.3.7"
},
"devDependencies": {
"dotenv": "^16.3.1",
"nodemon": "^3.0.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
}
}