UNPKG

jcc-moac-abi

Version:

Decoder and encoder for the MOAC ABI and decode events from MOAC transactions

92 lines (91 loc) 2.46 kB
{ "name": "jcc-moac-abi", "version": "0.1.7", "description": "Decoder and encoder for the MOAC ABI and decode events from MOAC transactions", "main": "lib/abi.js", "types": "./lib/abi.d.ts", "unpkg": "dist/jcc-moac-abi.min.js", "scripts": { "build": "tsc -p tsconfig.json", "deploy": "./publish.sh", "coveralls": "cat ./coverage/lcov.info | coveralls", "test": "gulp", "test:node": "tsc && nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --timeout=3000 test/*.spec.js", "test:browser": "tsc && karma start karma.conf.js", "tslint": "tslint --project tsconfig.json --config tslint.json", "watch:tslint": "gulp dev", "compile": "./compile.sh" }, "author": "JCCDex", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.137", "@types/node": "^12.7.2", "abi-decoder": "^2.2.0", "chain3": "^0.1.21", "lodash": "^4.17.15" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "babelify": "^10.0.0", "browserify": "^16.5.0", "chai": "^4.2.0", "coveralls": "^3.0.6", "cross-env": "^5.2.0", "duplicate-package-checker-webpack-plugin": "^3.0.0", "gulp": "^4.0.2", "gulp-shell": "^0.7.1", "karma": "^4.2.0", "karma-browserify": "^6.1.0", "karma-chrome-launcher": "^3.1.0", "karma-detect-browsers": "^2.3.3", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^1.2.0", "karma-mocha": "^1.3.0", "karma-webpack": "^4.0.2", "mocha": "^6.2.0", "nyc": "^14.1.1", "sinon": "^7.4.1", "ts-loader": "^6.0.4", "tslint": "^5.18.0", "typescript": "^3.5.3", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.39.2", "webpack-bundle-analyzer": "^3.4.1", "webpack-cli": "^3.3.7" }, "directories": { "doc": "docs", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/JCCDex/jcc-moac-abi.git" }, "keywords": [ "moac", "abi", "decoder", "encoder", "transaction-event" ], "bugs": { "url": "https://github.com/JCCDex/jcc-moac-abi/issues" }, "homepage": "https://github.com/JCCDex/jcc-moac-abi#readme", "nyc": { "check-coverage": true, "per-file": true, "lines": 90, "statements": 90, "functions": 99, "branches": 90 }, "files": [ "lib", "dist" ], "sideEffects": false }