{
  "name": "@ethereumjs/tx",
  "version": "3.3.0",
  "description": "A simple module for creating, manipulating and signing Ethereum transactions",
  "license": "MPL-2.0",
  "author": "mjbecze <mb@ethdev.com>",
  "keywords": [
    "ethereum",
    "transactions"
  ],
  "files": [
    "dist",
    "dist.browser",
    "src"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "browser": "dist.browser/index.js",
  "scripts": {
    "build": "../../config/cli/ts-build.sh",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "clean": "rm -Rf ./dist && rm -Rf ./dist.browser",
    "coverage": "../../config/cli/coverage.sh",
    "docs:build": "typedoc --options typedoc.js",
    "format": "ethereumjs-config-format",
    "format:fix": "ethereumjs-config-format-fix",
    "tsc": "../../config/cli/ts-compile.sh",
    "lint": "../../config/cli/lint.sh",
    "lint:fix": "../../config/cli/lint-fix.sh",
    "test": "npm run test:node && npm run test:browser",
    "test:node": "tape -r ts-node/register ./test/index.ts",
    "test:browser:build": "tsc && cp -r ./test/json test-build/test",
    "test:browser": "npm run test:browser:build && karma start karma.conf.js"
  },
  "dependencies": {
    "@ethereumjs/common": "^2.4.0",
    "ethereumjs-util": "^7.1.0"
  },
  "devDependencies": {
    "@types/minimist": "^1.2.0",
    "@types/node": "^11.13.4",
    "@types/tape": "^4.13.0",
    "browserify": "^16.5.1",
    "eslint": "^6.8.0",
    "karma": "^6.3.2",
    "karma-browserify": "^8.0.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.0",
    "karma-tap": "^4.2.0",
    "minimist": "^1.2.0",
    "node-dir": "^0.1.16",
    "nyc": "^14.0.0",
    "prettier": "^2.0.5",
    "tape": "^4.10.1",
    "ts-node": "^8.8.2",
    "typedoc": "^0.20.34",
    "typescript": "^3.9.3"
  },
  "contributors": [
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu",
      "url": "https://github.com/axic",
      "contributions": 22,
      "additions": 27562,
      "deletions": 42613,
      "hireable": true
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo.git"
  },
  "homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"
  }
}
