{
  "name": "@ont-dev/ontology-dapi",
  "version": "0.8.0",
  "description": "",
  "main": "./lib/index.js",
  "types": "./lib/types/index.d.ts",
  "scripts": {
    "test": "jest",
    "lint": "tslint --project ./",
    "build:dev": "cross-env NODE_ENV=development webpack --mode development --display-error-details --progress --color",
    "build:prod": "cross-env NODE_ENV=production webpack --mode production --progress --color",
    "prepublish": "npm run lint && npm run build:prod"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "\\.(ts|tsx)$": "./node_modules/ts-jest/preprocessor.js"
    },
    "testEnvironment": "node",
    "testRegex": "/test/.*\\.(ts|tsx|js)$"
  },
  "author": "Matus Zamborsky <zamborsky@gmail.com>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/ontio/ontology-dapi"
  },
  "bugs": {
    "url": "https://github.com/ontio/ontology-dapi/issues"
  },
  "homepage": "https://github.com/ontio/ontology-dapi",
  "devDependencies": {
    "@types/bs58": "^3.0.30",
    "@types/crypto-js": "^3.1.43",
    "@types/node": "^11.15.20",
    "@types/promise-timeout": "^1.3.0",
    "@types/uuid": "^3.4.3",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-3": "^6.24.1",
    "clean-webpack-plugin": "^0.1.19",
    "cross-env": "^5.2.0",
    "jest": "^23.4.2",
    "ts-jest": "^22.4.6",
    "ts-loader": "^4.3.0",
    "tslint": "^5.10.0",
    "tslint-eslint-rules": "^5.3.1",
    "tslint-no-circular-imports": "^0.4.0",
    "typescript": "^3.9.7",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.1",
    "webpack-node-externals": "^1.7.2"
  },
  "dependencies": {
    "@ont-community/window-post-message-proxy": "^0.2.14",
    "@types/webextension-polyfill": "^0.10.7",
    "base-x": "^3.0.5",
    "crypto-js": "^3.1.9-1",
    "promise-timeout": "^1.3.0",
    "typedarray-to-buffer": "^3.1.5",
    "uuid": "^3.3.2",
    "webextension-polyfill": "^0.10.0",
    "webextension-polyfill-ts": "^0.8.7"
  }
}
