UNPKG

@react-native-oh-tpl/react-native-smartrefreshlayout

Version:
68 lines (67 loc) 1.69 kB
{ "name": "@react-native-oh-tpl/react-native-smartrefreshlayout", "version": "0.6.7-0.2.17", "description": "基于android SmartRefreshLayout的封装", "harmony": { "alias": "react-native-smartrefreshlayout" }, "main": "lib/commonjs/index.js", "react-native": "src/index.tsx", "source": "src/index.tsx", "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", "scripts": { "test": "npm test", "prepare": "bob build", "prettier": "prettier --write src" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/react-native-oh-library/react-native-SmartRefreshLayout.git" }, "keywords": [ "react", "react", "native", "pull", "refresh", "refreshcontrol", "refreshlayout" ], "author": "react-native-studio", "license": "ISC", "bugs": { "url": "https://github.com/react-native-studio/react-native-SmartRefreshLayout/issues" }, "homepage": "https://github.com/react-native-studio/react-native-SmartRefreshLayout#readme", "dependencies": { "prop-types": "*" }, "devDependencies": { "@types/react": "^18.2.20", "react-native-builder-bob": "^0.18.3", "typescript": "4.8.4" }, "peerDependencies": { "react": "*", "react-native": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }