|
1 | 1 | { |
2 | 2 | "name": "markdown-code-block-meta", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "A library to parse/stringify metadata of markdown code block", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": { |
|
15 | 15 | "pair", |
16 | 16 | "remark" |
17 | 17 | ], |
18 | | - "homepage": "https://github.com/nice-move/markdown-code-block-meta", |
| 18 | + "homepage": "https://github.com/show-docs/markdown-code-block-meta", |
19 | 19 | "repository": { |
20 | 20 | "type": "git", |
21 | | - "url": "git+https://github.com/nice-move/markdown-code-block-meta.git" |
| 21 | + "url": "git+https://github.com/show-docs/markdown-code-block-meta.git" |
22 | 22 | }, |
23 | 23 | "bugs": { |
24 | | - "url": "https://github.com/nice-move/markdown-code-block-meta/issues" |
| 24 | + "url": "https://github.com/show-docs/markdown-code-block-meta/issues" |
25 | 25 | }, |
26 | 26 | "main": "index.js", |
27 | 27 | "files": [ |
|
30 | 30 | "type": "module", |
31 | 31 | "scripts": { |
32 | 32 | "build": "tsc -p tsconfig.build.json", |
| 33 | + "lint:eslint": "eslint . --quiet --fix --concurrency=auto", |
33 | 34 | "lint:staged": "nice-move lint staged", |
34 | 35 | "lint:type": "tsc -p tsconfig.json", |
35 | 36 | "prepare": "nice-move git hooks", |
36 | | - "prepublishOnly": "pnpm run lint:staged && pnpm test && pnpm run build", |
| 37 | + "prepublishOnly": "pnpm run lint:staged && pnpm run lint:type && pnpm test && pnpm run build", |
37 | 38 | "snapshot": "ava --fail-fast -u", |
38 | 39 | "test": "ava --fail-fast" |
39 | 40 | }, |
40 | 41 | "devDependencies": { |
41 | | - "@bring-it/npm": "^0.9.0", |
42 | | - "@nice-move/all-in-base": "^0.6.18", |
| 42 | + "@bring-it/npm": "^0.9.3", |
| 43 | + "@nice-move/all-in-base": "^0.6.31", |
43 | 44 | "ava": "^6.4.1", |
44 | | - "eslint": "^9.37.0", |
45 | | - "garou": "^0.9.15", |
46 | | - "prettier": "^3.6.2", |
47 | | - "typescript": "^5.9.3" |
| 45 | + "eslint": "^9.39.2", |
| 46 | + "garou": "^0.9.17", |
| 47 | + "prettier": "~3.7.4", |
| 48 | + "typescript": "~5.9.3" |
48 | 49 | }, |
49 | | - "packageManager": "pnpm@10.18.1", |
| 50 | + "packageManager": "pnpm@10.28.0", |
50 | 51 | "engines": { |
51 | | - "node": ">=20.0.0" |
| 52 | + "node": ">=20.0.0", |
| 53 | + "pnpm": "^10.28.0" |
52 | 54 | }, |
53 | 55 | "publishConfig": { |
54 | 56 | "access": "public", |
|
0 commit comments