UNPKG

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

Version:
76 lines (75 loc) 2.44 kB
{ "name": "@attio/react-native-bottom-sheet-toolbox-dev-tools", "version": "2.0.2", "author": "Braden Marshall <braden1996@hotmail.co.uk>", "license": "MIT", "keywords": [ "attio", "bottom-sheet", "dev-tools", "react-native", "react-native-bottom-sheet-toolbox", "react-native-bottom-sheet-toolbox-dev-tools" ], "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-dev-tools" }, "main": "./dist/commonjs/index.js", "source": "./src/index", "react-native": "./src/index.ts", "types": "./dist/typescript/index.d.ts", "files": [ "dist/", "src/", "dist-web-ui/", "expo-module.config.json" ], "module": "./dist/module/index.js", "scripts": { "build": "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": { "@attio/react-native-bottom-sheet-toolbox": "2.0.2" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.7", "@types/react": "*", "react-native-builder-bob": "^0.40.11" }, "peerDependencies": { "@attio/react-native-bottom-sheet-toolbox": "2.0.2", "expo": ">=53.0.9", "react": "*", "react-native": "*" }, "publishConfig": { "access": "public" }, "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ "commonjs", "module", [ "typescript", { "tsc": "../../node_modules/.bin/tsc" } ] ] } }