{
  "name": "@swtc/serializer",
  "version": "1.1.1",
  "author": "Lospring Liu",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "dependencies": {
    "@swtc/address-codec": "^1.1.1",
    "@swtc/common": "^1.1.1",
    "@swtc/keypairs": "^1.1.4",
    "@swtc/wallet": "^1.1.1",
    "bignumber.js": "^9.0.0",
    "bn-plus.js": "^1.0.0",
    "extend": "^3.0.2",
    "jsbn": "^1.1.0",
    "sha1": "^1.1.1"
  },
  "deprecated": false,
  "description": "swtc serializer",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "@rollup/plugin-typescript": "^5.0.2",
    "@types/node": "^14.0.27",
    "husky": "^4.2.5",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0",
    "prettier": "^2.0.5",
    "rollup": "^2.23.0",
    "rollup-plugin-terser": "^6.1.0",
    "tslib": "^2.0.0",
    "typescript": "^3.9.7"
  },
  "directories": {
    "lib": "lib"
  },
  "keywords": [
    "serializer",
    "swtc",
    "jingtum"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swtcca/swtclib.git"
  },
  "scripts": {
    "clean": "rm -fr esm cjs dist src lib package-lock.json node_modules",
    "prettier": "prettier",
    "pretty-quick": "pretty-quick",
    "prettier:check": "prettier -c tssrc/**/*.ts",
    "tsc": "tsc",
    "compile": "tsc -p tsconfig.lib.json; tsc -p tsconfig.cjs.json; tsc -p tsconfig.esm.json",
    "build": "rollup -c",
    "rollup": "rollup -c",
    "tslint": "tslint tssrc/**/*.ts",
    "test": "tsc -p tsconfig.lib.json && mocha test/*.spec.js",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "test:nyc": "tsc && nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --timeout=3000 test/*.spec.js"
  },
  "bugs": {
    "url": "git+https://github.com/swtcca/swtclib.git"
  },
  "homepage": "https://github.com/swtcca/swtclib",
  "files": [
    "lib",
    "dist",
    "cjs",
    "esm"
  ],
  "gitHead": "ec88bf3d14b46f1bbfb43a521870efbd16a63402"
}
