-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 913 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
35
{
"name": "@etclabscore/pristine-typescript",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npm run build && node build/index.js",
"build": "tsc",
"lint": "tslint --fix -p .",
"test": "npm run lint && jest --coverage"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@etclabscore/eserialize": "^1.0.2",
"@open-rpc/generator-client": "^1.13.0",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.144",
"@types/node": "^12.6.8",
"@types/node-fetch": "^2.5.2",
"@types/ws": "^6.0.3",
"jest": "^24.8.0",
"ts-jest": "^24.1.0",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
},
"dependencies": {
"@etclabscore/ethereum-json-rpc": "^1.2.3",
"@etclabscore/jade-service-runner-client": "^1.7.4",
"node-fetch": "^2.6.0"
}
}