blockchain/js/package.json

18 lines
311 B
JSON

{
"name": "blockchain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nodemon": "^1.19.0"
},
"scripts": {
"dev": "nodemon blockchain.js"
}
}