blockchain/package.json
2022-01-26 19:20:35 +00:00

20 lines
383 B
JSON

{
"name": "toy-blockchain",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"crypto-js": "^4.0.0",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"kyoto-tycoon": "0.0.7",
"morgan": "~1.9.1",
"openpgp": "^5.0.0-2"
}
}