{
  "name": "reactant-native",
  "version": "0.140.0",
  "description": "A mobile application with react-native for Reactant",
  "main": "dist/index.cjs.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/unadlib/reactant/issues"
  },
  "homepage": "https://reactant.js.org/",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unadlib/reactant.git",
    "directory": "packages/reactant-native"
  },
  "engines": {
    "node": ">=14"
  },
  "keywords": [
    "React",
    "React Native",
    "Reactant"
  ],
  "authors": [
    "Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react-native": "^0.74.0"
  },
  "devDependencies": {
    "@types/react-native": "^0.70.1",
    "react-native": "^0.74.0"
  }
}
