-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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": "ore-verifier",
"version": "1.0.1",
"description": "The ORE Verifier is an off-chain oracle that verifies transactions for the Open Rights Exchange protocol",
"main": "index.js",
"engines": {
"node": "10.4.0"
},
"scripts": {
"start": "node index.js",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@newrelic/native-metrics": "^2.2.0",
"@open-rights-exchange/orejs": "^1.4.0",
"base-64": "^0.1.0",
"bignumber.js": "^7.2.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"deep-equal": "^1.0.1",
"dotenv": "^5.0.0",
"eosjs-ecc": "^4.0.3",
"express": "^4.16.2",
"hash.js": "^1.1.5",
"ipfs-api": "^18.2.1",
"jest-fetch-mock": "^2.0.1",
"jsonwebtoken": "^8.3.0",
"morgan": "^1.9.0",
"newrelic": "^4.11.0",
"node-fetch": "^2.1.2",
"rollbar": "^2.4.2",
"sort-json": "^2.0.0",
"text-encoding": "^0.7.0",
"tslint": "^5.9.1",
"typescript": "^2.8.3",
"url": "^0.11.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"jest": "^26.4.2"
}
}