{
  "name": "jcc-ethereum-utils",
  "version": "0.2.7",
  "description": "Toolkit of crossing chain from Ethereum to SWTC chain",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "unpkg": "dist/jcc-ethereum-utils.min.js",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "deploy": "./publish.sh",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "test": "npm run test:node && npm run test:browser",
    "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",
    "compile": "./compile.sh",
    "pretty": "prettier --write {src,test}/**/*.{js,ts}"
  },
  "author": "JCCDex",
  "license": "Apache-2.0",
  "dependencies": {
    "@types/node": "^14.0.13",
    "bignumber.js": "^9.0.0",
    "ethereumjs-tx": "^2.1.2",
    "jcc_wallet": "^1.0.5",
    "jcc-ethereum-abi": "^0.1.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.6",
    "@babel/preset-env": "^7.8.6",
    "babel-loader": "^8.0.6",
    "babelify": "^10.0.0",
    "browserify": "^16.5.0",
    "chai": "^4.2.0",
    "coveralls": "^3.0.9",
    "cross-env": "^7.0.0",
    "duplicate-package-checker-webpack-plugin": "^3.0.0",
    "eth-ens-namehash": "^2.0.8",
    "husky": "^4.2.3",
    "karma": "^5.1.0",
    "karma-browserify": "^7.0.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-detect-browsers": "^2.3.3",
    "karma-env-preprocessor": "^0.1.1",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^2.0.1",
    "karma-webpack": "^4.0.2",
    "mocha": "^8.0.1",
    "nyc": "^15.0.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "sinon": "^9.0.0",
    "ts-loader": "^7.0.5",
    "tslint": "^6.0.0",
    "typescript": "^3.8.3",
    "uglifyjs-webpack-plugin": "^1.1.2",
    "webpack": "^4.41.5",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-cli": "^3.3.11"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JCCDex/jcc-ethereum-utils.git"
  },
  "keywords": [
    "cross-chain",
    "jccdex",
    "ethereum",
    "swtc-chain",
    "blockchain"
  ],
  "bugs": {
    "url": "https://github.com/JCCDex/jcc-ethereum-utils/issues"
  },
  "homepage": "https://github.com/JCCDex/jcc-ethereum-utils#readme",
  "nyc": {
    "check-coverage": true,
    "per-file": true,
    "lines": 99,
    "statements": 99,
    "functions": 99,
    "branches": 99
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run tslint && pretty-quick --staged"
    }
  },
  "files": [
    "lib",
    "dist"
  ],
  "sideEffects": false
}
