-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
40
41
42
43
44
{
"name": "smartchain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"api-test": "node ./api-test.js",
"dev": "nodemon ./api",
"dev-peer": "nodemon ./api --peer",
"start": "node ./api",
"test": "jest --watchAll"
},
"jest": {
"testEnvironment": "node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/15Dkatz/smartchain.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/15Dkatz/smartchain/issues"
},
"homepage": "https://github.com/15Dkatz/smartchain#readme",
"dependencies": {
"body-parser": "^1.20.0",
"elliptic": "^6.5.4",
"express": "^4.18.1",
"git": "^0.1.5",
"index.js": "^0.0.3",
"jest": "^24.9.0",
"js-sha3": "^0.8.0",
"lodash": "^4.17.21",
"node": "^18.7.0",
"pubnub": "^4.37.0",
"request": "^2.88.2",
"uuid": "^3.4.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}