|
2 | 2 | "name": "pkg-placeholder", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.0", |
5 | | - "packageManager": "pnpm@10.6.2", |
| 5 | + "packageManager": "pnpm@10.17.1", |
6 | 6 | "description": "_description_", |
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
8 | 8 | "license": "MIT", |
|
16 | 16 | "keywords": [], |
17 | 17 | "sideEffects": false, |
18 | 18 | "exports": { |
19 | | - ".": "./dist/index.mjs", |
| 19 | + ".": "./dist/index.js", |
20 | 20 | "./package.json": "./package.json" |
21 | 21 | }, |
22 | | - "main": "./dist/index.mjs", |
23 | | - "module": "./dist/index.mjs", |
24 | | - "types": "./dist/index.d.mts", |
| 22 | + "main": "./dist/index.js", |
| 23 | + "module": "./dist/index.js", |
| 24 | + "types": "./dist/index.d.ts", |
25 | 25 | "files": [ |
26 | 26 | "dist" |
27 | 27 | ], |
28 | 28 | "scripts": { |
29 | | - "build": "unbuild", |
30 | | - "dev": "unbuild --stub", |
| 29 | + "build": "tsdown", |
| 30 | + "dev": "tsdown watch", |
31 | 31 | "lint": "eslint", |
32 | 32 | "prepublishOnly": "nr build", |
33 | 33 | "release": "bumpp", |
|
45 | 45 | "eslint": "catalog:cli", |
46 | 46 | "lint-staged": "catalog:cli", |
47 | 47 | "simple-git-hooks": "catalog:cli", |
48 | | - "tinyexec": "catalog:utils", |
| 48 | + "tinyexec": "catalog:testing", |
| 49 | + "tsdown": "catalog:cli", |
49 | 50 | "tsx": "catalog:cli", |
50 | 51 | "typescript": "catalog:cli", |
51 | | - "unbuild": "catalog:cli", |
52 | 52 | "vite": "catalog:cli", |
53 | 53 | "vitest": "catalog:testing", |
54 | 54 | "vitest-package-exports": "catalog:testing", |
|
0 commit comments