{
  "name": "@yz1311/react-native-state-view",
  "version": "0.0.22",
  "description": "占位组件，根据loading、content、error、empty等状态显示不同的内容",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yz1311/react-native-state-view.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "state-view",
    "teaset",
    "react-native-state-view",

    "stateful"
  ],
  "author": "yz1311",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yz1311/react-native-state-view/issues"
  },
  "homepage": "https://github.com/yz1311/react-native-state-view#readme",
  "dependencies": {

  },
  "devDependencies": {
    "@types/react": "^16.9.17",
    "@types/react-native": "^0.60.27",
    "react": "~16.9.0",
    "react-native": "~0.61.4",
    "react-native-code-push": ">=5.6.0",
    "typescript": "^3.5.2"
  },
  "peerDependencies": {
  }
}
