{
  "author": "Kei Son <hey.calmdown@gmail.com>",
  "name": "confluency",
  "version": "0.10.0",
  "dependencies": {
    "bluebird": "^3.5.3",
    "lodash": "^4.17.19",
    "snyk": "^1.330.2",
    "superagent": "^5.3.1"
  },
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "devDependencies": {
    "@types/bluebird": "^3.5.24",
    "@types/lodash": "^4.14.158",
    "@types/mocha": "^7.0.0",
    "@types/superagent": "^4.1.4",
    "isparta": "^4.0.0",
    "mocha": "",
    "should": "^13.2.3",
    "supertest": "",
    "tslint": "^5.11.0",
    "typescript": "^3.1.3"
  },
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/heycalmdown/node-confluence.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "mocha lib/test",
    "test-cov": "isparta cover _mocha -- lib/test",
    "prepublishOnly": "npm run build",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "snyk": true
}
