{
  "name": "@raha/api-shared",
  "version": "0.1.23",
  "description": "Shared code between the Raha API and client library.",
  "files": [
    "dist/**/*"
  ],
  "author": "Raha",
  "license": "Apache-2.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "big.js": "^5.1.2",
    "enum-values": "^1.2.1",
    "http-status": "^1.2.0"
  },
  "devDependencies": {
    "@types/big.js": "^4.0.4",
    "@types/jest": "^23.3.0",
    "@types/url-join": "^0.8.2",
    "jest": "^23.4.1",
    "prettier": "^1.12.1",
    "ts-jest": "^23.10.4",
    "tslint": "^5.9.1",
    "tslint-config-prettier": "^1.10.0",
    "typescript": "^3.0.0-dev.20180711"
  },
  "scripts": {
    "build": "rm -rf dist && tsc",
    "build:watch": "rm -rf dist && tsc --watch",
    "prepublishOnly": "yarn build && yarn version",
    "test": "jest"
  }
}
