File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 }
2121 },
2222 "author" : " Daniel Schmidt" ,
23+ "license" : " MIT" ,
2324 "sideEffects" : false ,
2425 "repository" : {
2526 "type" : " git" ,
2627 "url" : " https://github.com/thebuilder/react-intersection-observer.git"
2728 },
28- "license" : " MIT" ,
29+ "engines" : {
30+ "pnpm" : " >=9"
31+ },
32+ "packageManager" : " pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3" ,
2933 "scripts" : {
3034 "prebuild" : " rm -rf dist lib" ,
3135 "build" : " run-s build:*" ,
3741 "dev" : " run-p dev:*" ,
3842 "dev:package" : " tsup src/index.tsx --watch" ,
3943 "dev:storybook" : " pnpm --filter storybook dev" ,
40- "lint" : " biome lint ." ,
44+ "lint" : " biome check ." ,
4145 "release" : " np --contents dist" ,
4246 "version" : " pnpm build" ,
4347 "storybook:build" : " pnpm build:bundle && pnpm --filter storybook build" ,
You can’t perform that action at this time.
0 commit comments