{
  "name": "the-entrypoint",
  "description": "Browser entrypoint for the-framework",
  "version": "2.3.9",
  "author": {
    "name": "okunishinishi",
    "email": "okunishinishi@gmail.com",
    "url": "undefined"
  },
  "browser": "shim",
  "bugs": {
    "url": "https://github.com/the-labo/the-entrypoint/issues"
  },
  "dependencies": {
    "history": "^4.7.2",
    "the-check": "^2.0.23",
    "the-router": "^3.0.4",
    "the-url": "^1.4.7",
    "the-window": "^7.0.3"
  },
  "devDependencies": {
    "@babel/runtime": "^7.3.1",
    "injectmock": "^2.0.0",
    "mocha": "^6.0.1",
    "react": "^16.8.3",
    "react-dom": "^16.8.3",
    "react-router-dom": "^4.3.1",
    "the-script-build": "^5.0.1",
    "the-script-jsdoc": "^2.0.4",
    "the-script-release": "^1.0.10",
    "the-script-share": "^1.0.6",
    "the-script-update": "^2.0.1",
    "the-templates": "^6.0.7"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=4"
  },
  "homepage": "https://github.com/the-labo/the-entrypoint#readme",
  "keywords": [
    "the"
  ],
  "license": "MIT",
  "main": "lib",
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "repository": "the-labo/the-entrypoint",
  "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"
  }
}
