{
  "name": "aios",
  "version": "1.0.1",
  "description": "Socket client for Aios server",
  "main": "server.js",
  "scripts": {
    "test": "nyc mocha --opts test/mocha.all.opts",
    "posttest": "codecov -f coverage/*.json"
  },
  "author": {
    "name": "Robert Kania"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:thinkbaer/node-aios.git"
  },
  "bugs": {
    "url": "https://github.com/thinkbaer/node-aios/issues"
  },
  "homepage": "https://github.com/thinkbaer/node-aios",
  "keywords": [
    "jdbc",
    "driver",
    "aios",
    "database",
    "datasources"
  ],
  "private": false,
  "dependencies": {
    "bson": "^4.0.4",
    "lodash": "^4.17.19"
  },
  "devDependencies": {
    "@allgemein/packaging": "^1.1.0",
    "@types/bson": "^4.0.2",
    "@types/lodash": "^4.14.156",
    "codecov": "^3.7.1",
    "codelyzer": "^5.2.0",
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-bump": "^3.1.3",
    "gulp-clean": "^0.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-shell": "^0.7.1",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-typescript": "^5.0.1",
    "merge-stream": "^2.0.0",
    "mocha": "^7.0.0",
    "mocha-typescript": "^1.1.17",
    "nyc": "^15.1.0",
    "ts-node": "^8.10.2",
    "tslint": "^6.1.2",
    "typescript": "3.5.3"
  }
}
