{
  "name": "ern-sourcemap-store",
  "version": "1.0.1",
  "main": "dist/index.js",
  "bin": {
    "ern-sourcemap-store": "dist/index.js"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "start": "node dist/index.js",
    "test": "mocha"
  },
  "dependencies": {
    "commander": "^3.0.0",
    "cors": "^2.8.5",
    "debug": "^4.1.1",
    "decompress-zip": "^0.2.2",
    "express": "^4.17.1",
    "express-ws": "^4.0.0",
    "lodash": "^4.17.15",
    "multer": "^1.4.2",
    "shelljs": "^0.8.3",
    "source-map": "^0.7.3",
    "tmp": "^0.1.0",
    "uuid": "^3.3.2",
    "yauzl": "^2.10.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.0",
    "@types/chai-http": "^4.2.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.7.2",
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "mocha": "^6.2.0",
    "prettier": "^1.18.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.19.0",
    "tslint-no-unused-expression-chai": "^0.1.4",
    "typescript": "^3.5.3"
  }
}
