|
11 | 11 | "url": "https://github.com/udecode/TEMPLATE.git" |
12 | 12 | }, |
13 | 13 | "license": "MIT", |
14 | | - "packageManager": "[email protected]", |
15 | 14 | "sideEffects": false, |
16 | | - "main": "./dist/index.mjs", |
17 | | - "module": "./dist/index.mjs", |
18 | 15 | "exports": { |
19 | | - ".": "./dist/index.mjs", |
| 16 | + ".": "./dist/index.js", |
20 | 17 | "./package.json": "./package.json" |
21 | 18 | }, |
| 19 | + "main": "./dist/index.js", |
| 20 | + "module": "./dist/index.js", |
| 21 | + "types": "./dist/index.d.ts", |
22 | 22 | "scripts": { |
23 | 23 | "brl": "sh tooling/brl.sh", |
24 | 24 | "build": "tsdown --config tooling/tsdown.config.ts", |
25 | 25 | "build:watch": "tsdown --config tooling/tsdown.config.ts --watch", |
| 26 | + "postinstall": "bunx skiller apply", |
26 | 27 | "lint": "biome check && eslint", |
27 | 28 | "lint:fix": "biome check --write", |
28 | 29 | "release": "bun run build && bun changeset publish", |
|
35 | 36 | "@changesets/get-github-info": "0.6.0", |
36 | 37 | "@rollup/plugin-babel": "^6.1.0", |
37 | 38 | "@types/node": "^24.7.2", |
38 | | - "babel-plugin-react-compiler": "^1.0.0", |
39 | 39 | "@typescript-eslint/parser": "^8.47.0", |
| 40 | + "babel-plugin-react-compiler": "^1.0.0", |
| 41 | + "barrelsby": "^2.8.1", |
40 | 42 | "eslint": "^9.39.1", |
41 | 43 | "eslint-plugin-react-hooks": "7.0.1", |
42 | | - "barrelsby": "^2.8.1", |
43 | 44 | "lefthook": "^2.0.0", |
44 | 45 | "tsdown": "^0.16.6", |
45 | 46 | "typescript": "5.9.3", |
46 | 47 | "ultracite": "6.3.6" |
47 | 48 | }, |
| 49 | + "packageManager": "[email protected]", |
48 | 50 | "publishConfig": { |
49 | 51 | "access": "public" |
50 | 52 | } |
|
0 commit comments