UNPKG

@react-native-ohos/react-native-stickyheader

Version:
63 lines 1.73 kB
{ "name": "@react-native-ohos/react-native-stickyheader", "version": "1.1.4-rc.1", "deprecated": false, "description": "stickyheader", "main": "lib/commonjs/index", "module": "lib/module/index", "typings": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "types": "src/index.d.ts", "keywords": [ "stickyheader", "sticky", "react-native", "react", "header", "harmony" ], "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^7.15.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-prettier": "^3.2.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-native": "^3.10.0", "prettier": "^2.2.1", "react-native-builder-bob": "^0.20.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "bob": "bob build", "prepare": "npm run bob" }, "files": [ "harmony", "lib", "src" ], "harmony": { "alias": "react-native-stickyheader" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module" ] }, "repository": { "type": "git", "url": "git+https://github.com/jiasongs/react-native-stickyheader.git" }, "author": "jiasong", "license": "MIT", "bugs": { "url": "https://github.com/jiasongs/react-native-stickyheader/issues" }, "homepage": "https://github.com/jiasongs/react-native-stickyheader#readme" }