|
35 | 35 | "github": { |
36 | 36 | "release": true |
37 | 37 | }, |
38 | | - "scripts": { |
39 | | - "lint": "eslint --max-warnings=0 '**/*.{ts,tsx}'", |
40 | | - "lint:fix": "eslint '**/*.{ts,tsx}' --fix", |
41 | | - "type-check": "tsc --noEmit", |
42 | | - "type-check:cjs": "tsc -p tsconfig.cjs.json --noEmit", |
43 | | - "type-check:mjs": "tsc -p tsconfig.mjs.json --noEmit", |
44 | | - "build": "rimraf dist/* && npm run build:cjs && npm run build:mjs", |
45 | | - "build:cjs": "tsc -p tsconfig.cjs.json", |
46 | | - "build:mjs": "tsc -p tsconfig.mjs.json", |
47 | | - "test": "vitest --run", |
48 | | - "test:watch": "vitest", |
49 | | - "test:ui": "vitest --ui", |
50 | | - "coverage": "vitest --coverage", |
51 | | - "coverage:open": "vitest --coverage && open coverage/index.html", |
52 | | - "prepare": "npm run build", |
53 | | - "prepublishOnly": "npm run verify", |
54 | | - "clean": "rimraf dist node_modules coverage .nyc_output", |
55 | | - "verify": "npm run type-check && npm run build && npm run test && npm run lint", |
56 | | - "release": "npm run verify && npm version patch && git push --follow-tags", |
57 | | - "release:minor": "npm run verify && npm version minor && git push --follow-tags", |
58 | | - "release:major": "npm run verify && npm version major && git push --follow-tags" |
59 | | - }, |
60 | | - "devDependencies": { |
61 | | - "@types/node": "^24.10.1", |
62 | | - "@typescript-eslint/eslint-plugin": "8.47.0", |
63 | | - "@typescript-eslint/parser": "8.47.0", |
64 | | - "@vitest/coverage-v8": "^4.0.13", |
65 | | - "eslint": "^8.56.0", |
66 | | - "eslint-plugin-prettierx": "github:utily/eslint-plugin-prettierx#utily-20231004", |
67 | | - "eslint-plugin-simple-import-sort": "^12.1.1", |
68 | | - "prettierx": "github:utily/prettierx#utily-20231004", |
69 | | - "rimraf": "^6.1.2", |
70 | | - "typescript": "5.9.3", |
71 | | - "vite": "^7.2.4", |
72 | | - "vitest": "^4.0.13" |
73 | | - }, |
74 | | - "dependencies": { |
75 | | - "@mathjax/src": "^4.0.0", |
76 | | - "@typeup/dom": "^1.0.4", |
77 | | - "mendly": "^2.1.0", |
78 | | - "yuml2svg": "^5.0.1" |
79 | | - } |
| 38 | + "scripts": { |
| 39 | + "lint": "eslint --max-warnings=0 '**/*.{ts,tsx}'", |
| 40 | + "lint:fix": "eslint '**/*.{ts,tsx}' --fix", |
| 41 | + "type-check": "tsc --noEmit", |
| 42 | + "type-check:cjs": "tsc -p tsconfig.cjs.json --noEmit", |
| 43 | + "type-check:mjs": "tsc -p tsconfig.mjs.json --noEmit", |
| 44 | + "build": "rimraf dist/* && npm run build:cjs && npm run build:mjs", |
| 45 | + "build:cjs": "tsc -p tsconfig.cjs.json", |
| 46 | + "build:mjs": "tsc -p tsconfig.mjs.json", |
| 47 | + "test": "vitest --run", |
| 48 | + "test:watch": "vitest", |
| 49 | + "test:ui": "vitest --ui", |
| 50 | + "coverage": "vitest --coverage", |
| 51 | + "coverage:open": "vitest --coverage && open coverage/index.html", |
| 52 | + "prepare": "npm run build", |
| 53 | + "prepublishOnly": "npm run verify", |
| 54 | + "clean": "rimraf dist node_modules coverage .nyc_output", |
| 55 | + "verify": "npm run type-check && npm run build && npm run test && npm run lint && npm audit --omit=dev --audit-level moderate", |
| 56 | + "release": "npm run verify && npm version patch && git push --follow-tags", |
| 57 | + "release:minor": "npm run verify && npm version minor && git push --follow-tags", |
| 58 | + "release:major": "npm run verify && npm version major && git push --follow-tags" |
| 59 | + }, |
| 60 | + "devDependencies": { |
| 61 | + "@types/node": "^24.10.1", |
| 62 | + "@typescript-eslint/eslint-plugin": "8.47.0", |
| 63 | + "@typescript-eslint/parser": "8.47.0", |
| 64 | + "@vitest/coverage-v8": "^4.0.13", |
| 65 | + "eslint": "^8.56.0", |
| 66 | + "eslint-plugin-prettierx": "github:utily/eslint-plugin-prettierx#utily-20231004", |
| 67 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 68 | + "prettierx": "github:utily/prettierx#utily-20231004", |
| 69 | + "rimraf": "^6.1.2", |
| 70 | + "typescript": "5.9.3", |
| 71 | + "vite": "^7.2.4", |
| 72 | + "vitest": "^4.0.13" |
| 73 | + }, |
| 74 | + "dependencies": { |
| 75 | + "@mathjax/src": "^4.0.0", |
| 76 | + "@typeup/dom": "^1.0.4", |
| 77 | + "mendly": "^2.1.0", |
| 78 | + "yuml2svg": "^5.0.1" |
| 79 | + } |
80 | 80 | } |
0 commit comments