UNPKG

@attio/react-native-bottom-sheet-toolbox

Version:
72 lines (71 loc) 2.27 kB
{ "name": "@attio/react-native-bottom-sheet-toolbox", "version": "2.0.2", "author": "Braden Marshall <braden1996@hotmail.co.uk>", "license": "MIT", "keywords": [ "attio", "bottom-sheet", "react-native", "react-native-bottom-sheet-toolbox" ], "bugs": "https://github.com/attio/react-native-bottom-sheet-toolbox/issues", "homepage": "https://github.com/attio/react-native-bottom-sheet-toolbox", "repository": { "type": "git", "url": "git+https://github.com/attio/react-native-bottom-sheet-toolbox.git", "directory": "packages/react-native-bottom-sheet-toolbox" }, "main": "./dist/commonjs/index.js", "source": "./src/index", "react-native": "./src/index.ts", "types": "./dist/typescript/index.d.ts", "files": [ "dist/", "src/" ], "module": "./dist/module/index.js", "scripts": { "build": "bunx bob build", "ci-check": "bun run format-check && bun run spell-check && bun run lint && bun run type-check", "ci-check-fix": "bun run format-fix && bun run spell-check && bun run lint-fix && bun run type-check", "clean": "rimraf dist", "format-check": "bunx biome check --linter-enabled=false", "format-fix": "bun run format-check --write", "lint": "bunx biome lint", "lint-fix": "bun run lint --write", "spell-check": "bunx cspell . --quiet", "type-check": "tsc --noEmit" }, "dependencies": { "nanoid": "^3.1.23" }, "devDependencies": { "@types/react": "*" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-gesture-handler": ">=2.24.0", "react-native-reanimated": ">=3.17.5", "react-native-safe-area-context": ">=5.4.0", "react-native-screens": ">=4.10.0" }, "publishConfig": { "access": "public" }, "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ "commonjs", "module", [ "typescript", { "tsc": "../../node_modules/.bin/tsc" } ] ] } }