@cfxjs/abi
Version:
Decoder and encoder for the Conflux ABI
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "@cfxjs/abi",
"version": "0.0.2",
"description": "Decoder and encoder for the Conflux ABI",
"main": "index.js",
"dependencies": {
"bn.js": "^4.11.8",
"cfx-util": "^0.0.4",
"js-conflux-sdk": "^1.5.9"
},
"devDependencies": {
"coveralls": "^3.0.3",
"husky": "^2.1.0",
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"standard": "^12.0.1"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"coveralls": "npm run coverage && coveralls <coverage/lcov.info",
"lint": "standard --fix && standard",
"prepublish": "npm run lint && npm run test",
"test": "istanbul test _mocha -- --reporter spec"
},
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/yqrashawn/confluxjs-abi.git"
},
"keywords": ["Conflux", "ABI"],
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yqrashawn/confluxjs-abi/issues"
},
"homepage": "https://github.com/yqrashawn/confluxjs-abi",
"standard": {
"globals": ["describe", "it"]
},
"publishConfig": {
"access": "public"
}
}