{
  "name": "@joshua7v/test",
  "version": "0.0.16",
  "description": "",
  "main": "index.js",
  "scripts": {
    "predev": "tsc",
    "dev": "concurrently \"npm run tsc:w\" \"nodemon build/index\"",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "test": "ava build/test"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^11.12.1",
    "@types/ramda": "^0.25.51",
    "axios": "^0.18.0",
    "ramda": "^0.26.1",
    "tslint": "^5.12.1",
    "typescript": "^3.3.3"
  },
  "devDependencies": {
    "concurrently": "^4.1.0",
    "nodemon": "^1.18.10"
  }
}
