|
1 | 1 | { |
2 | | - "name": "pkg-placeholder", |
| 2 | + "name": "tempad-dev-plugin-react-native", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.0", |
5 | 5 | "packageManager": "[email protected]", |
6 | 6 | "description": "_description_", |
7 | | - "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
| 7 | + "author": "CANntyield <canntyield@gmail.com>", |
8 | 8 | "license": "MIT", |
9 | 9 | "funding": "https://github.com/sponsors/antfu", |
10 | | - "homepage": "https://github.com/antfu/pkg-placeholder#readme", |
| 10 | + "homepage": "https://github.com/CANntyield/tempad-dev-plugin-react-native#readme", |
11 | 11 | "repository": { |
12 | 12 | "type": "git", |
13 | | - "url": "git+https://github.com/antfu/pkg-placeholder.git" |
| 13 | + "url": "git+https://github.com/CANntyield/tempad-dev-plugin-react-native.git" |
14 | 14 | }, |
15 | | - "bugs": "https://github.com/antfu/pkg-placeholder/issues", |
| 15 | + "bugs": "https://github.com/CANntyield/tempad-dev-plugin-react-native/issues", |
16 | 16 | "keywords": [], |
17 | 17 | "sideEffects": false, |
18 | 18 | "exports": { |
|
26 | 26 | "dist" |
27 | 27 | ], |
28 | 28 | "scripts": { |
29 | | - "build": "tsdown", |
30 | | - "dev": "tsdown --watch", |
| 29 | + "build": "unbuild", |
| 30 | + "dev": "unbuild --stub", |
31 | 31 | "lint": "eslint", |
32 | 32 | "prepublishOnly": "nr build", |
33 | 33 | "release": "bumpp", |
|
40 | 40 | "@antfu/eslint-config": "catalog:cli", |
41 | 41 | "@antfu/ni": "catalog:cli", |
42 | 42 | "@antfu/utils": "catalog:inlined", |
| 43 | + "@rolldown/binding-darwin-arm64": "catalog:", |
| 44 | + "@tempad-dev/plugins": "catalog:", |
43 | 45 | "@types/node": "catalog:types", |
44 | 46 | "bumpp": "catalog:cli", |
45 | 47 | "eslint": "catalog:cli", |
|
49 | 51 | "tsdown": "catalog:cli", |
50 | 52 | "tsx": "catalog:cli", |
51 | 53 | "typescript": "catalog:cli", |
| 54 | + "unbuild": "catalog:", |
52 | 55 | "vite": "catalog:cli", |
53 | 56 | "vitest": "catalog:testing", |
54 | 57 | "vitest-package-exports": "catalog:testing", |
|
0 commit comments