|
1 | 1 | { |
2 | 2 | "name": "react-native-performance-toolkit", |
3 | | - "version": "0.0.1-alpha.1", |
| 3 | + "version": "0.0.1-alpha.3", |
4 | 4 | "description": "react-native-performance-toolkit is a react native package built with Nitro", |
5 | 5 | "main": "./lib/commonjs/index.js", |
6 | 6 | "module": "./lib/module/index.js", |
|
12 | 12 | "clean": "git clean -dfX", |
13 | 13 | "release": "semantic-release", |
14 | 14 | "build": "bun run typecheck && bob build", |
| 15 | + "prepublishOnly": "bun run codegen && bun run build", |
15 | 16 | "codegen": "nitrogen --logLevel=\"debug\" && bun run build && node post-script.js" |
16 | 17 | }, |
17 | 18 | "keywords": [ |
|
43 | 44 | "workspaces": [ |
44 | 45 | "example" |
45 | 46 | ], |
46 | | - "repository": "https://github.com/danielsuchý/react-native-performance-toolkit.git", |
| 47 | + "repository": "https://github.com/nodonisko/react-native-performance-toolkit.git", |
47 | 48 | "author": "Daniel Suchý", |
48 | 49 | "license": "MIT", |
49 | | - "bugs": "https://github.com/danielsuchý/react-native-performance-toolkit/issues", |
50 | | - "homepage": "https://github.com/danielsuchý/react-native-performance-toolkit#readme", |
| 50 | + "bugs": "https://github.com/nodonisko/react-native-performance-toolkit/issues", |
| 51 | + "homepage": "https://github.com/nodonisko/react-native-performance-toolkit#readme", |
51 | 52 | "publishConfig": { |
52 | 53 | "access": "public", |
53 | 54 | "registry": "https://registry.npmjs.org/" |
|
0 commit comments