UNPKG

1.02 kBJSONView Raw
1{
2 "name": "conflux-web-cfx-abi",
3 "version": "1.36.0-alpha.0",
4 "description": "ConfluxWeb module encode and decode EVM in/output.",
5 "repository": "https://github.com/Conflux-Chain/ConfluxWeb/tree/master/packages/conflux-web-cfx-abi",
6 "license": "LGPL-3.0",
7 "main": "dist/conflux-web-cfx-abi.cjs.js",
8 "module": "dist/conflux-web-cfx-abi.esm.js",
9 "browser": "dist/conflux-web-cfx-abi.umd.js",
10 "scripts": {
11 "build": "rollup -c",
12 "dev": "rollup -c -w",
13 "test": "jest",
14 "dtslint": "dtslint types --onlyTestTsNext"
15 },
16 "types": "types/index.d.ts",
17 "dependencies": {
18 "@babel/runtime": "^7.3.1",
19 "conflux-web-utils": "1.36.0-alpha.0",
20 "ethers": "^4.0.27",
21 "lodash": "^4.17.11"
22 },
23 "devDependencies": {
24 "definitelytyped-header-parser": "^1.0.1",
25 "dtslint": "0.4.2"
26 },
27 "files": [
28 "dist",
29 "types/index.d.ts"
30 ],
31 "gitHead": "9c2c30752e95953d8da9e895b719f919f8bcf88b"
32}