|
2 | 2 | "name": "markdown-it-async",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.0.0",
|
5 |
| - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.5.2", |
6 | 6 | "description": "Enhance markdown-it to support async highlight function.",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
16 | 16 | "keywords": [],
|
17 | 17 | "sideEffects": false,
|
18 | 18 | "exports": {
|
19 |
| - ".": { |
20 |
| - "types": "./dist/index.d.mts", |
21 |
| - "import": "./dist/index.mjs" |
22 |
| - } |
| 19 | + ".": "./dist/index.mjs" |
23 | 20 | },
|
24 | 21 | "main": "./dist/index.mjs",
|
25 | 22 | "module": "./dist/index.mjs",
|
26 | 23 | "types": "./dist/index.d.mts",
|
27 |
| - "typesVersions": { |
28 |
| - "*": { |
29 |
| - "*": [ |
30 |
| - "./dist/*", |
31 |
| - "./dist/index.d.ts" |
32 |
| - ] |
33 |
| - } |
34 |
| - }, |
35 | 24 | "files": [
|
36 | 25 | "dist"
|
37 | 26 | ],
|
|
41 | 30 | "lint": "eslint .",
|
42 | 31 | "prepublishOnly": "nr build",
|
43 | 32 | "release": "bumpp && pnpm publish",
|
44 |
| - "start": "esno src/index.ts", |
| 33 | + "start": "tsx src/index.ts", |
45 | 34 | "test": "vitest",
|
46 | 35 | "typecheck": "tsc --noEmit",
|
47 | 36 | "prepare": "simple-git-hooks"
|
|
51 | 40 | "markdown-it": "^14.1.0"
|
52 | 41 | },
|
53 | 42 | "devDependencies": {
|
54 |
| - "@antfu/eslint-config": "^3.14.0", |
55 |
| - "@antfu/ni": "^23.2.0", |
56 |
| - "@antfu/utils": "^8.1.0", |
57 |
| - "@types/node": "^22.10.7", |
58 |
| - "bumpp": "^9.10.1", |
59 |
| - "eslint": "^9.18.0", |
60 |
| - "esno": "^4.8.0", |
61 |
| - "lint-staged": "^15.4.1", |
62 |
| - "pnpm": "^9.15.4", |
63 |
| - "shiki": "^1.27.2", |
| 43 | + "@antfu/eslint-config": "^4.4.0", |
| 44 | + "@antfu/ni": "^23.3.1", |
| 45 | + "@types/node": "^22.13.9", |
| 46 | + "bumpp": "^10.0.3", |
| 47 | + "eslint": "^9.21.0", |
| 48 | + "lint-staged": "^15.4.3", |
| 49 | + "pnpm": "^10.5.2", |
| 50 | + "shiki": "^3.1.0", |
64 | 51 | "simple-git-hooks": "^2.11.1",
|
65 |
| - "tinyglobby": "^0.2.10", |
66 |
| - "typescript": "^5.7.3", |
67 |
| - "unbuild": "^3.3.1", |
68 |
| - "vite": "^6.0.7", |
69 |
| - "vitest": "^3.0.2" |
| 52 | + "tinyglobby": "^0.2.12", |
| 53 | + "tsx": "^4.19.3", |
| 54 | + "typescript": "^5.8.2", |
| 55 | + "unbuild": "^3.5.0", |
| 56 | + "vite": "^6.2.0", |
| 57 | + "vitest": "^3.0.7" |
70 | 58 | },
|
71 | 59 | "simple-git-hooks": {
|
72 | 60 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments