{
  "name": "@wfh/doc-entry",
  "version": "1.1.1-1",
  "description": "Doc site for Plink, extensible React-router based web application",
  "main": "build/lib-bundle.js",
  "plink": {
    "cra-app-entry": "start.tsx",
    "cra-lib-entry": "main/MainComponent.tsx",
    "config-overrides-path": "config-overrides.ts",
    "setting": {
      "value": "isom/doc-entry-setting.js#defaultSetting",
      "type": "isom/doc-entry-setting#DocEntrySetting"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/liujingbreak/plink.git"
  },
  "author": "LJ",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liujingbreak/plink/issues"
  },
  "homepage": "https://github.com/liujingbreak/plink/tree/master/doc-app/doc-entry",
  "sideEffects": true,
  "dependencies": {
    "react-router-dom": "5.2.0",
    "@loadable/component": "5.14.1",
    "@types/react-router-dom": "5.1.7",
    "@types/webpack": "~4.41.25",
    "@types/loadable__component": "5.13.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
