{
  "name": "@arke/core",
  "version": "0.0.8",
  "description": "The core library for arke",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "lint": "tslint -c tslint.json 'src/**/*.ts'",
    "build": "tsc",
    "test": "npm run build && mocha dist/Tests/index.js",
    "dev": "tsc --watch",
    "prepublish": "tsc",
    "coverage": "npm run build && nyc --reporter=text mocha --no-deprecation --timeout 10000 dist/Tests/**/*.js"
  },
  "keywords": [],
  "author": "Jacopo Martinelli",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.18.3",
    "express": "^4.16.4",
    "mongodb": "^3.1.13",
    "multer": "^1.4.1",
    "swagger-jsdoc": "^3.2.8",
    "swagger-ui-express": "^4.0.2"
  },
  "devDependencies": {
    "@types/aws-sdk": "^2.7.0",
    "@types/chai": "^4.1.7",
    "@types/express": "^4.16.1",
    "@types/inquirer": "^6.0.0",
    "@types/mocha": "^5.2.6",
    "@types/mongodb": "^3.1.22",
    "@types/multer": "^1.3.7",
    "@types/node": "^10.12.15",
    "@types/node-fetch": "^2.1.7",
    "@types/swagger-jsdoc": "0.0.2",
    "@types/swagger-ui-express": "^3.0.0",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "node-fetch": "^2.3.0",
    "nyc": "^13.1.0",
    "rimraf": "^2.6.3",
    "ts-node-dev": "^1.0.0-pre.32",
    "tslint": "^5.12.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.2.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "0a02f9075b33f3104de7aaa98916914eb01da080"
}
