|
1 | 1 | { |
2 | 2 | "name": "@quansync/fs", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.1.5", |
4 | | - "packageManager": "pnpm@10.18.1", |
| 5 | + "packageManager": "pnpm@10.24.0", |
5 | 6 | "description": "Filesystem utilities for Quansync", |
6 | | - "type": "module", |
| 7 | + "author": "Kevin Deng <sxzz@sxzz.moe>", |
7 | 8 | "license": "MIT", |
| 9 | + "funding": "https://github.com/sponsors/sxzz", |
8 | 10 | "homepage": "https://github.com/quansync-dev/fs#readme", |
9 | | - "bugs": { |
10 | | - "url": "https://github.com/quansync-dev/fs/issues" |
11 | | - }, |
12 | 11 | "repository": { |
13 | 12 | "type": "git", |
14 | 13 | "url": "git+https://github.com/quansync-dev/fs.git" |
15 | 14 | }, |
16 | | - "author": "Kevin Deng <sxzz@sxzz.moe>", |
17 | | - "funding": "https://github.com/sponsors/sxzz", |
18 | | - "files": [ |
19 | | - "dist" |
20 | | - ], |
21 | | - "main": "./dist/index.js", |
22 | | - "module": "./dist/index.js", |
23 | | - "types": "./dist/index.d.ts", |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/quansync-dev/fs/issues" |
| 17 | + }, |
24 | 18 | "exports": { |
25 | | - ".": "./dist/index.js", |
| 19 | + ".": "./dist/index.mjs", |
26 | 20 | "./package.json": "./package.json" |
27 | 21 | }, |
| 22 | + "main": "./dist/index.mjs", |
| 23 | + "module": "./dist/index.mjs", |
| 24 | + "types": "./dist/index.d.mts", |
| 25 | + "files": [ |
| 26 | + "dist" |
| 27 | + ], |
28 | 28 | "publishConfig": { |
29 | 29 | "access": "public" |
30 | 30 | }, |
|
34 | 34 | "build": "tsdown", |
35 | 35 | "dev": "tsdown --watch", |
36 | 36 | "test": "vitest", |
37 | | - "typecheck": "tsc --noEmit", |
| 37 | + "typecheck": "tsgo --noEmit", |
38 | 38 | "format": "prettier --cache --write .", |
39 | 39 | "release": "bumpp", |
40 | 40 | "prepublishOnly": "pnpm run build" |
|
43 | 43 | "quansync": "^0.2.11" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@sxzz/eslint-config": "^7.2.7", |
47 | | - "@sxzz/prettier-config": "^2.2.4", |
48 | | - "@types/node": "^24.7.0", |
49 | | - "bumpp": "^10.3.1", |
50 | | - "eslint": "^9.37.0", |
51 | | - "prettier": "^3.6.2", |
52 | | - "tsdown": "^0.15.6", |
53 | | - "tsx": "^4.20.6", |
| 46 | + "@sxzz/eslint-config": "^7.4.1", |
| 47 | + "@sxzz/prettier-config": "^2.2.6", |
| 48 | + "@types/node": "^24.10.1", |
| 49 | + "@typescript/native-preview": "7.0.0-dev.20251202.1", |
| 50 | + "bumpp": "^10.3.2", |
| 51 | + "eslint": "^9.39.1", |
| 52 | + "prettier": "^3.7.3", |
| 53 | + "tsdown": "^0.17.0-beta.5", |
| 54 | + "tsx": "^4.21.0", |
54 | 55 | "typescript": "^5.9.3", |
55 | | - "vitest": "^3.2.4" |
| 56 | + "vitest": "^4.0.15" |
56 | 57 | }, |
57 | 58 | "prettier": "@sxzz/prettier-config" |
58 | 59 | } |
0 commit comments