{
  "name": "the-support",
  "description": "JS support version checker",
  "version": "2.0.0",
  "author": {
    "name": "okunishinishi",
    "email": "okunishinishi@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "browser": "shim",
  "bugs": {
    "url": "https://github.com/the-labo/the-support/issues"
  },
  "dependencies": {
    "acorn": "^5.7.1",
    "aglob": "^3.0.1",
    "asfs": "^2.0.3",
    "chalk": "^2.4.1",
    "log-syntax-error": "^0.1.1"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "the-script-build": "^4.0.5",
    "the-script-jsdoc": "^2.0.3",
    "the-script-release": "^1.0.6",
    "the-script-share": "^1.0.5",
    "the-script-update": "^2.0.0",
    "the-templates": "^4.0.24"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=4"
  },
  "homepage": "https://github.com/the-labo/the-support#readme",
  "keywords": [
    "the"
  ],
  "license": "MIT",
  "main": "lib",
  "repository": "the-labo/the-support",
  "scripts": {
    "build": "the-script-build",
    "doc": "the-script-jsdoc",
    "prepare": "the-script-build && the-script-jsdoc",
    "release": "the-script-release -y",
    "share": "the-script-share",
    "test": "mocha",
    "update": "the-script-update",
    "watch": "the-script-build -w"
  }
}
