{
  "name": "@remax/plugin-error-screen",
  "version": "2.15.14",
  "description": "使用真正的 React 构建跨平台小程序",
  "author": "Wei Zhu <yesmeck@gmail.com>",
  "homepage": "https://remaxjs.org",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:remaxjs/remax.git"
  },
  "scripts": {
    "clean": "rimraf lib tsconfig.tsbuildinfo",
    "prebuild": "npm run clean",
    "build": "tsc"
  },
  "dependencies": {
    "@remax/redbox-react": "^1.0.0",
    "@remax/shared": "2.15.14",
    "webpack-virtual-modules": "^0.3.1"
  },
  "devDependencies": {
    "@types/react": "^16.9.49",
    "remax": "2.15.14"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a3ec705c539da57c22d6ddab6b3b72c2fe2e93c2"
}
