|
1 | 1 | { |
2 | | - "name": "codemirror-json-schema", |
| 2 | + "name": "codemirror-json-schema-refined", |
3 | 3 | "license": "MIT", |
4 | | - "version": "0.8.1", |
| 4 | + "version": "0.8.2", |
5 | 5 | "description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`", |
6 | 6 | "contributors": [ |
7 | 7 | { |
|
11 | 11 | { |
12 | 12 | "name": "Rikki Schulte", |
13 | 13 | "url": "https://rikki.dev" |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "Yusing", |
| 17 | + "url": "https://github.com/yusing" |
14 | 18 | } |
15 | 19 | ], |
16 | 20 | "keywords": [ |
|
58 | 62 | "homepage": "https://codemirror-json-schema.netlify.app/", |
59 | 63 | "dependencies": { |
60 | 64 | "@sagold/json-pointer": "^7.2.0", |
| 65 | + "@shikijs/langs": "^3.15.0", |
61 | 66 | "@shikijs/markdown-it": "^3.15.0", |
| 67 | + "@shikijs/themes": "^3.15.0", |
62 | 68 | "best-effort-json-parser": "^1.1.2", |
63 | 69 | "json-schema": "^0.4.0", |
64 | 70 | "json-schema-library": "^10.4.2", |
|
112 | 118 | }, |
113 | 119 | "scripts": { |
114 | 120 | "dev": "vite ./dev --port 3000", |
115 | | - "build": "bun tsc && tsc --module commonjs --outDir cjs && vite build ./dev --outDir ../public --emptyOutDir", |
| 121 | + "build": "bun tsc && bun tsc --module commonjs --outDir cjs && bun vite build ./dev --outDir ../public --emptyOutDir", |
116 | 122 | "test": "vitest --dom", |
117 | 123 | "test:coverage": "vitest run --dom --coverage ", |
118 | 124 | "tsc": "tsc && bun replace:env", |
119 | 125 | "version-packages": "changeset version && bun typedoc && bun prettier:write CHANGELOG.md && git add package.json bun-lock.yaml CHANGELOG.md", |
120 | | - "release": "bun build && changeset publish", |
| 126 | + "release": "bun run build && changeset publish", |
121 | 127 | "typedoc": "typedoc --out docs src/index.ts src/json5.ts && bun prettier:write docs/**/*", |
122 | 128 | "prettier:write": "prettier --ignore-path .gitignore --write", |
123 | 129 | "replace:env": "sh scripts/replace-env.sh" |
|
0 commit comments