jcc-stream-utils
Version:
Toolkit of crossing chain from Stream chain to SWTC chain
88 lines (87 loc) • 2.4 kB
JSON
{
"name": "jcc-stream-utils",
"version": "0.1.3",
"description": "Toolkit of crossing chain from Stream chain to SWTC chain",
"main": "lib/index.js",
"unpkg": "dist/jcc-stream-utils.min.js",
"scripts": {
"deploy": "./publish.sh",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"build": "tsc -p tsconfig.json",
"test": "gulp",
"test:node": "tsc && nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha",
"test:browser": "tsc && karma start karma.conf.js",
"tslint": "tslint --project tsconfig.json --config tslint.json",
"watch:tslint": "gulp dev",
"compile": "./compile.sh",
"replace:stm": "cp ./stm/stm-main.js ./node_modules/stm-lib/src/js/stream/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JCCDex/jcc-stream-utils.git"
},
"files": [
"lib",
"dist"
],
"dependencies": {
"@types/node": "^12.0.4",
"bignumber.js": "^9.0.0",
"jcc_wallet": "^0.4.0"
},
"devDependencies": {
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"chai": "^4.1.2",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"gulp": "^4.0.0",
"gulp-shell": "^0.7.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": "^3.0.5",
"mocha": "^6.1.2",
"npm": "^6.9.0",
"nyc": "^13.0.0",
"semver": "^6.1.1",
"sinon": "^7.3.1",
"ts-loader": "^6.0.2",
"tslint": "^5.14.0",
"typescript": "^3.3.4000",
"uglifyjs-webpack-plugin": "^2.1.3",
"update": "^0.7.4",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.3.2"
},
"keywords": [
"cross-chain",
"jccdex",
"stream-chain",
"swtc-chain",
"blockchain"
],
"author": "JCCDex",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/JCCDex/jcc-stream-utils/issues"
},
"homepage": "https://github.com/JCCDex/jcc-stream-utils#readme",
"nyc": {
"check-coverage": true,
"per-file": true,
"lines": 99,
"statements": 99,
"functions": 99,
"branches": 99
},
"sideEffects": [
"./lib/**/*.js"
]
}