{
  "name": "ass-js",
  "description": "Assembler.js",
  "version": "2.1.1",
  "keywords": [
    "x86",
    "x64",
    "x86_64",
    "arm",
    "arm64",
    "native",
    "native-code",
    "machine-code",
    "asm",
    "compiler",
    "assembler",
    "compiler",
    "intel",
    "amd",
    "nasm",
    "gasm",
    "ethereum",
    "bitcoin",
    "wasm",
    "ethereum-vm",
    "vm",
    "blockchain"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/streamich/ass-js"
  },
  "main": "lib/index.js",
  "dependencies": {
    "fast-extend": "^0.0.2"
  },
  "devDependencies": {
    "jest": "21.2.1",
    "jest-tap-reporter": "1.9.0",
    "ts-jest": "23.1.4",
    "typescript": "2.9.2",
    "ts-node": "7.0.1",
    "gulp": "3.9.1",
    "gulp-typescript": "4.0.2",
    "mkdirp": "0.5.1",
    "coffee-register": "2.2.0",
    "static-buffer": "1.0.1",
    "rimraf": "2.6.2",
    "ethereumjs-vm": "2.4.0",
    "semantic-release": "15.10.5",
    "@types/node": "8.10.36",
    "@types/jest": "23.3.7",
    "mol-conventional-changelog": "1.4.0"
  },
  "scripts": {
    "build": "npm run clean && npm run build-ts",
    "build-ts": "gulp build-ts",
    "clean": "rimraf lib/",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/mol-conventional-changelog"
    }
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "transform": {
      "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
    "reporters": [
      "jest-tap-reporter"
    ]
  }
}
