-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 732 Bytes
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
{
"name": "blockchain_db",
"version": "1.0.0",
"description": "A npm package used to store information into blockchain",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prashant-smart/blockchainDB.git"
},
"author": "Prashant Kumar Yadav",
"license": "ISC",
"bugs": {
"url": "https://github.com/prashant-smart/blockchainDB/issues"
},
"homepage": "https://github.com/prashant-smart/blockchainDB#readme",
"dependencies": {
"cors": "^2.8.5",
"cross-fetch": "^3.1.4",
"express": "^4.17.2",
"mongoose": "^6.1.5",
"object-hash": "^2.2.0"
}
}