-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 886 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
36
37
38
39
40
41
42
43
44
{
"name": "@w3bstream/w3bstream-http-client-simulator",
"version": "3.1.1",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/machinefi/w3bstream-http-client-simulator"
},
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"license": "MIT",
"private": false,
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"test": "jest",
"build": "tsc"
},
"devDependencies": {
"@types/elliptic": "^6.4.14",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"peerDependencies": {
"axios": "^1.3.4",
"elliptic": "^6.5.4",
"sha3": "^2.1.4"
},
"keywords": [
"w3bstream",
"iotex"
],
"dependencies": {
"w3bstream-client-js": "^3.0.0"
}
}