{
  "name": "@acryl/acryl-transactions",
  "version": "3.16.8",
  "description": "Build and sign(multi-sign) transactions for Acryl blockchain.",
  "keywords": [
    "acryl",
    "crypto",
    "transactions",
    "protocol",
    "binary",
    "cryptography",
    "signature"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "docs-generate": "typedoc --out docs src/",
    "preversion": "npm run build",
    "postversion": "npm publish",
    "build": "ts-node build/build.ts && webpack --config webpack.config.js --env",
    "fix-style": "tslint --fix -c tslint.json '{src,test,usage}/**/*{.ts,.tsx}'",
    "test": "jest"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "author": {
    "name": "acrylplatform"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/jest": "^23.3.9",
    "@types/node": "^10.12.3",
    "copy-webpack-plugin": "^4.5.2",
    "jest": "^24.7.1",
    "jsdoc-to-markdown": "^5.0.0",
    "nativescript-typedoc-theme": "0.0.7",
    "ncp": "^2.0.0",
    "preprocess": "^3.1.0",
    "rimraf": "^2.6.2",
    "terser-webpack-plugin": "^1.2.3",
    "ts-jest": "^24.0.2",
    "ts-jsdoc": "^3.0.1",
    "ts-loader": "^5.3.3",
    "ts-node": "^7.0.1",
    "typedoc": "^0.15.0",
    "typedoc-clarity-theme": "^1.1.0",
    "typedoc-plugin-external-module-name": "^2.1.0",
    "typescript": "^3.5.2",
    "typescript-json-schema": "^0.33.0",
    "webpack": "^4.30.0",
    "webpack-cli": "^3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/acrylplatform/acryl-transactions.git"
  },
  "dependencies": {
    "@acryl/marshall": "^0.8.3",
    "@acryl/ts-lib-crypto": "^1.1.5",
    "axios": "^0.19.0"
  }
}
