UNPKG

1.43 kBJSONView Raw
1{
2 "name": "conflux-web-cfx-contract",
3 "version": "1.36.7-alpha.0",
4 "description": "ConfluxWeb module to interact with Conflux smart contracts.",
5 "repository": "https://github.com/Conflux-Chain/ConfluxWeb/tree/master/packages/conflux-web-cfx-accounts",
6 "license": "LGPL-3.0",
7 "main": "dist/conflux-web-cfx-contract.cjs.js",
8 "module": "dist/conflux-web-cfx-contract.esm.js",
9 "browser": "dist/conflux-web-cfx-contract.umd.js",
10 "types": "types/index.d.ts",
11 "scripts": {
12 "build": "rollup -c",
13 "dev": "rollup -c -w",
14 "test": "jest",
15 "dtslint": "dtslint types --onlyTestTsNext"
16 },
17 "dependencies": {
18 "@babel/runtime": "^7.3.1",
19 "@types/bn.js": "^4.11.4",
20 "conflux-web-cfx-abi": "1.36.7-alpha.0",
21 "conflux-web-cfx-accounts": "1.36.7-alpha.0",
22 "conflux-web-core": "1.36.7-alpha.0",
23 "conflux-web-core-helpers": "1.36.7-alpha.0",
24 "conflux-web-core-method": "1.36.7-alpha.0",
25 "conflux-web-core-subscriptions": "1.36.7-alpha.0",
26 "conflux-web-providers": "1.36.7-alpha.0",
27 "conflux-web-utils": "1.36.7-alpha.0",
28 "lodash": "^4.17.11"
29 },
30 "devDependencies": {
31 "definitelytyped-header-parser": "^1.0.1",
32 "dtslint": "0.4.2"
33 },
34 "files": [
35 "dist",
36 "types/index.d.ts"
37 ],
38 "gitHead": "1788004e2c5da23270cb82a7b7c77817dee33dec"
39}