forked from sandoche/NaivecoinStake-Proof-of-Stake-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 760 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
{
"name": "naivechain",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npm run compile; node src/main.js",
"compile": "tsc"
},
"dependencies": {
"axios": "^0.16.2",
"bignumber.js": "^7.2.1",
"body-parser": "^1.15.2",
"cross-env": "^5.0.1",
"crypto-js": "^3.1.6",
"elliptic": "^6.4.0",
"express": "~4.11.1",
"lodash": "^4.17.4",
"ts-node": "^3.2.0",
"typescript": "^2.4.1",
"ws": "^3.0.0"
},
"engines": {
"node": ">=8.5.0"
},
"devDependencies": {
"@types/body-parser": "^1.16.4",
"@types/crypto-js": "^3.1.33",
"@types/express": "^4.0.36",
"@types/lodash": "^4.14.85",
"@types/node": "^8.0.9",
"@types/ws": "^3.0.1",
"tslint": "^5.5.0"
}
}