UNPKG

1.3 kBJSONView Raw
1{
2 "name": "js-conflux-sdk",
3 "description": "JavaScript Conflux Software Development Kit",
4 "version": "0.5.1",
5 "license": "LGPL-3.0",
6 "author": "Haizhou@conflux-chain.org",
7 "homepage": "https://github.com/GeekBerry/js-conflux-sdk#readme",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/GeekBerry/js-conflux-sdk.git"
11 },
12 "bugs": {
13 "url": "https://github.com/GeekBerry/js-conflux-sdk/issues"
14 },
15 "keywords": [
16 "conflux",
17 "sdk"
18 ],
19 "main": "src/index.js",
20 "module": "dist/js-conflux-sdk.esm.js",
21 "files": [
22 "mock",
23 "src",
24 "dist"
25 ],
26 "dependencies": {
27 "bignumber.js": "^9.0.0",
28 "keccak": "^2.0.0",
29 "lodash": "^4.17.15",
30 "secp256k1": "^3.7.1",
31 "superagent": "^5.1.0"
32 },
33 "devDependencies": {
34 "browserify": "^16.5.0",
35 "common-shakeify": "^0.6.2",
36 "eslint": "^6.3.0",
37 "eslint-config-airbnb-base": "^14.0.0",
38 "eslint-plugin-import": "^2.18.2",
39 "esmify": "^2.1.1",
40 "exorcist": "^1.0.1",
41 "jest": "^24.9.0",
42 "tinyify": "^2.5.2"
43 },
44 "scripts": {
45 "eslint:check": "eslint ./src ./test ./mock",
46 "scope": "npm config set scope conflux-dev & npm config set access public",
47 "build": "node build.js",
48 "prepublishOnly": "npm run build",
49 "test": "jest"
50 }
51}