{
  "name": "@botsfactory/json-tool",
  "version": "0.0.18",
  "description": "Tool to manage JSON files.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/botsfactory/json-recognizer-tool.git"
  },
  "keywords": [
    "BotsFactory",
    "chatbot",
    "bot"
  ],
  "author": "BotsFactory",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/botsfactory/json-recognizer-tool/issues"
  },
  "homepage": "https://github.com/botsfactory/json-recognizer-tool#readme",
  "dependencies": {
    "async": "^2.5.0",
    "jsdoc": "^3.5.5",
    "json-query": "^2.2.2",
    "jsonfile": "^4.0.0",
    "lodash": "^4.17.4",
    "shelljs": "^0.7.8"
  },
  "devDependencies": {
    "jest": "^21.1.0"
  }
}
