{
  "name": "neo-dapi",
  "version": "2.0.4",
  "description": "NEO dAPI - NEP12",
  "main": "./lib/neo-dapi.min.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "start": "webpack --mode development --watch",
    "build": "webpack --mode development",
    "dist": "webpack --mode production --env.DISTRIBUTION=true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/O3Labs/neo-dapi.git"
  },
  "author": "Nick Fujita",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/O3Labs/neo-dapi/issues"
  },
  "homepage": "https://github.com/O3Labs/neo-dapi",
  "devDependencies": {
    "ts-loader": "5.2.2",
    "tslint": "5.11.0",
    "tslint-loader": "3.5.4",
    "typescript": "3.1.3",
    "webpack": "4.21.0",
    "webpack-cli": "3.1.2"
  },
  "keywords": [
    "neo",
    "dapi",
    "web3"
  ],
  "dependencies": {
    "o3-dapi-core": "^0.3.13",
    "o3-dapi-neo": "^0.6.1"
  }
}
