|
1 | 1 | { |
2 | 2 | "name": "obug", |
| 3 | + "type": "module", |
3 | 4 | "version": "2.1.1", |
4 | | - "packageManager": "pnpm@10.22.0", |
| 5 | + "packageManager": "pnpm@10.24.0", |
5 | 6 | "description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.", |
6 | | - "type": "module", |
| 7 | + "author": "Kevin Deng <sxzz@sxzz.moe>", |
7 | 8 | "license": "MIT", |
| 9 | + "funding": [ |
| 10 | + "https://github.com/sponsors/sxzz", |
| 11 | + "https://opencollective.com/debug" |
| 12 | + ], |
8 | 13 | "homepage": "https://github.com/sxzz/obug#readme", |
9 | | - "bugs": { |
10 | | - "url": "https://github.com/sxzz/obug/issues" |
11 | | - }, |
12 | 14 | "repository": { |
13 | 15 | "type": "git", |
14 | 16 | "url": "git+https://github.com/sxzz/obug.git" |
15 | 17 | }, |
16 | | - "author": "Kevin Deng <sxzz@sxzz.moe>", |
17 | | - "funding": [ |
18 | | - "https://github.com/sponsors/sxzz", |
19 | | - "https://opencollective.com/debug" |
20 | | - ], |
21 | | - "files": [ |
22 | | - "dist" |
23 | | - ], |
24 | | - "main": "./dist/node.js", |
25 | | - "module": "./dist/node.js", |
26 | | - "types": "./dist/browser.d.ts", |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/sxzz/obug/issues" |
| 20 | + }, |
27 | 21 | "exports": { |
28 | 22 | ".": { |
29 | 23 | "browser": "./dist/browser.js", |
30 | 24 | "default": "./dist/node.js" |
31 | 25 | }, |
32 | 26 | "./package.json": "./package.json" |
33 | 27 | }, |
| 28 | + "main": "./dist/node.js", |
| 29 | + "module": "./dist/node.js", |
34 | 30 | "unpkg": "./dist/browser.min.js", |
35 | 31 | "jsdelivr": "./dist/browser.min.js", |
| 32 | + "types": "./dist/browser.d.ts", |
| 33 | + "files": [ |
| 34 | + "dist" |
| 35 | + ], |
36 | 36 | "publishConfig": { |
37 | 37 | "access": "public" |
38 | 38 | }, |
|
50 | 50 | "prepublishOnly": "pnpm run build" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@sxzz/eslint-config": "^7.3.0", |
54 | | - "@sxzz/prettier-config": "^2.2.5", |
| 53 | + "@sxzz/eslint-config": "^7.4.1", |
| 54 | + "@sxzz/prettier-config": "^2.2.6", |
55 | 55 | "@types/debug": "^4.1.12", |
56 | 56 | "@types/node": "^24.10.1", |
57 | | - "@vitest/browser-playwright": "^4.0.10", |
58 | | - "@vitest/coverage-v8": "^4.0.10", |
59 | | - "bumpp": "^10.3.1", |
| 57 | + "@vitest/browser-playwright": "^4.0.15", |
| 58 | + "@vitest/coverage-v8": "^4.0.15", |
| 59 | + "bumpp": "^10.3.2", |
60 | 60 | "debug": "^4.4.3", |
61 | 61 | "eslint": "^9.39.1", |
62 | | - "playwright": "^1.56.1", |
63 | | - "prettier": "^3.6.2", |
64 | | - "tsdown": "^0.16.5", |
| 62 | + "playwright": "^1.57.0", |
| 63 | + "prettier": "^3.7.3", |
| 64 | + "tsdown": "^0.17.0-beta.5", |
65 | 65 | "typescript": "^5.9.3", |
66 | | - "vite": "^7.2.2", |
67 | | - "vitest": "^4.0.10" |
| 66 | + "vite": "^7.2.6", |
| 67 | + "vitest": "^4.0.15" |
68 | 68 | }, |
69 | 69 | "prettier": "@sxzz/prettier-config" |
70 | 70 | } |
0 commit comments