-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 890 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 890 Bytes
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
{
"name": "web3provider",
"version": "1.0.0",
"description": "",
"main": "dist/essentialsiabprovider.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@rollup/plugin-alias": "^3.1.5",
"buffer": "^6.0.3",
"events": "^3.3.0",
"isutf8": "^4.0.0",
"rollup-plugin-copy": "^3.4.0",
"stream": "^0.0.2",
"web3-core": "^1.5.0",
"web3-core-helpers": "^1.5.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.1",
"@wessberg/rollup-plugin-ts": "^1.3.11",
"rollup": "^2.50.6",
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.0.0",
"typescript": "^4.3.2"
}
}