-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
39
{
"name": "institute-api",
"version": "0.1.0",
"description": "API to serve Students, Institutions and third party verification requests in Blocksters Blockchain",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jayantkatia/blogs-api.git"
},
"keywords": [
"institute"
],
"author": "Jayant Katia",
"license": "MIT",
"bugs": {
"url": "https://github.com/jayantkatia/blocksters-api/issues"
},
"homepage": "https://github.com/jayantkatia/blocksters-api#readme",
"dependencies": {
"axios": "^0.26.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-jwt": "^6.1.0",
"express-validator": "^6.13.0",
"ipfs-core": "^0.14.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"pg": "^8.7.3",
"sequelize": "^6.12.0-alpha.1",
"uuid": "^8.3.2"
}
}