UNPKG

jcc-call-utils

Version:

Toolkit of crossing chain from Call chain to SWTC chain

78 lines (77 loc) 2.24 kB
{ "name": "jcc-call-utils", "version": "0.1.2", "description": "Toolkit of crossing chain from Call chain to SWTC chain", "main": "lib/index.js", "types": "lib/index.d.ts", "unpkg": "dist/jcc-call-utils.min.js", "scripts": { "compile": "./compile.sh", "build": "tsc -p tsconfig.json && npm run copy", "test": "gulp", "deploy": "./publish.sh", "copy": "cp -r src/call-for-browser lib", "coveralls": "nyc report --reporter=text-lcov | coveralls", "test:node": "npm run build && nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha", "test:browser": "npm run build && karma start karma.conf.js", "tslint": "tslint --project tsconfig.json --config tslint.json", "watch:tslint": "gulp dev" }, "repository": { "type": "git", "url": "git+https://github.com/JCCDex/jcc-call-utils.git" }, "dependencies": { "@types/node": "^11.12.2", "bignumber.js": "^9.0.0", "call-lib": "^0.2.8", "jcc_wallet": "^0.4.0" }, "devDependencies": { "babelify": "^10.0.0", "browserify": "^16.2.3", "chai": "^4.2.0", "coveralls": "^3.0.3", "cross-env": "^5.2.0", "duplicate-package-checker-webpack-plugin": "^3.0.0", "exports-loader": "^0.7.0", "gulp": "^4.0.2", "gulp-shell": "^0.7.1", "imports-loader": "^0.8.0", "karma": "^4.0.1", "karma-browserify": "^6.0.0", "karma-chrome-launcher": "^2.0.0", "karma-detect-browsers": "^2.3.3", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.3.0", "karma-webpack": "^4.0.2", "mocha": "^6.1.4", "nyc": "^13.3.0", "sinon": "^7.3.2", "ts-loader": "^5.3.3", "tslint": "^5.17.0", "typescript": "^3.5.2", "uglifyjs-webpack-plugin": "^2.1.3", "webpack": "^4.34.0", "webpack-bundle-analyzer": "^3.1.0", "webpack-cli": "^3.3.0" }, "keywords": [ "cross-chain", "jccdex", "call-chain", "swtc-chain", "blockchain" ], "author": "JCCDex", "license": "Apache-2.0", "bugs": { "url": "https://github.com/JCCDex/jcc-call-utils/issues" }, "files": [ "lib", "dist" ], "homepage": "https://github.com/JCCDex/jcc-call-utils#readme" }