{
  "name": "tokyo-schema",
  "version": "0.2.0",
  "description": "Tokyo Project, Validate the user input schema",
  "main": "dist/index.js",
  "scripts": {
    "build": "rimraf dist && babel src -d dist",
    "test": "mocha --require babel-polyfill --require babel-register --reporter spec||exit 0",
    "test:watch": "mocha --require babel-polyfill --require babel-register --watch",
    "postinstall": "postinstall-build dist --script build",
    "lint": "npm run lint:eslint",
    "lint:eslint": "eslint --fix {src,test}/**"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Onther-Tech/tokyo-schema.git"
  },
  "keywords": [
    "tokyo"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Onther-Tech/tokyo-schema/issues"
  },
  "homepage": "https://github.com/Onther-Tech/tokyo-schema#readme",
  "dependencies": {
    "babel-register": "^6.26.0",
    "bignumber.js": "^5.0.0",
    "ethereumjs-util": "^5.1.4",
    "joi": "^13.1.1",
    "joi-date-extensions": "^1.1.0",
    "lodash": "^4.17.5",
    "moment": "^2.20.1",
    "postinstall-build": "^5.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-1": "^6.24.1",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-bignumber": "^2.0.2",
    "eslint": "^4.16.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "mocha": "^5.0.0",
    "rimraf": "^2.6.2",
    "tokyo-test-data": "file:submodules/tokyo-test-data"
  }
}
