{
  "name": "~~~~package_name~~~~",
  "version": "1.0.0",
  "description": "~~~~package_description~~~~",
  "main": "lib",
  "scripts": {
    "build": "pon build",
    "debug": "pon debug",
    "preinstall": "node ./misc/scripts/no_more_yarn.js",
    "prepare": "pon prepare",
    "restart": "pon restart",
    "start": "pon start",
    "stop": "pon stop",
    "test": "pon test"
  },
  "repository": "~~~~github_repository~~~~",
  "keywords": [
    "Pon"
  ],
  "author": {
    "name": "~~~~author_name~~~~",
    "email": "~~~~author_email~~~~",
    "url": "~~~~author_url~~~~"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/~~~~github_repository@spinalcase~~~~/issues"
  },
  "homepage": "https://github.com/~~~~github_repository@spinalcase~~~~#readme",
  "dependencies": {
    "@the-/assert": "^15.1.4",
    "@the-/assets": "^15.1.4",
    "@the-/bin": "^15.1.4",
    "@the-/check": "^15.1.6",
    "@the-/client": "^15.1.6",
    "@the-/code": "^15.1.5",
    "@the-/context": "^15.1.6",
    "@the-/controller": "^15.1.4",
    "@the-/date": "^15.1.4",
    "@the-/db": "^15.1.5",
    "@the-/entrypoint": "^15.1.6",
    "@the-/handle": "^15.1.4",
    "@the-/hash": "^15.1.4",
    "@the-/lint": "^15.1.4",
    "@the-/loc": "^15.1.7",
    "@the-/metrics": "^15.1.4",
    "@the-/metrics-presets": "^15.1.4",
    "@the-/mixin-controller": "^15.1.4",
    "@the-/mixin-scene": "^15.1.4",
    "@the-/polyfill": "^15.1.4",
    "@the-/ps": "^15.1.4",
    "@the-/refactor": "^15.1.4",
    "@the-/refresher": "^15.1.4",
    "@the-/resource": "^15.1.4",
    "@the-/run": "^15.1.4",
    "@the-/scene": "^15.1.4",
    "@the-/scope": "^15.1.4",
    "@the-/seal": "^15.1.4",
    "@the-/seat": "^15.1.4",
    "@the-/secret": "^15.1.4",
    "@the-/seed": "^15.1.4",
    "@the-/server": "^15.1.4",
    "@the-/setting": "^15.1.4",
    "@the-/store": "^15.1.4",
    "@the-/stream": "^15.1.6",
    "@the-/templates": "^15.1.4",
    "@the-/ui": "^15.1.12",
    "@the-/ui-spin": "^15.1.8",
    "@the-/ui-theme-style": "^15.1.7",
    "@the-/url": "^15.1.4",
    "@the-/util-site": "^15.1.4",
    "@the-/util-style": "^15.1.4",
    "@the-/util-sw": "^15.1.4",
    "@the-/window": "^15.1.4",
    "asleep": "^1.0.3",
    "classnames": "^2.2.6",
    "coz": "^7.0.19",
    "pon": "^5.2.14",
    "pon-task-basic": "^4.2.18",
    "pon-task-changelog": "^2.0.7",
    "pon-task-db": "^2.3.18",
    "pon-task-docker": "^3.1.13",
    "pon-task-es": "^6.0.3",
    "pon-task-icon": "^1.0.7",
    "pon-task-pm2": "^2.2.9",
    "pon-task-web": "^9.1.8",
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-router-dom": "^5.0.0",
    "stringcase": "^4.3.1"
  },
  "devDependencies": {
    "@babel/runtime": "^7.4.2",
    "@the-/support": "^15.1.6",
    "arequest": "^3.0.2",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-config-standard-jsx": "^6.0.2",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-standard": "^4.0.0",
    "git-hooks": "^1.1.10",
    "pon-task-dev": "^1.0.5",
    "sqlite3": "^4.0.6"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  }
}