|
18 | 18 | ], |
19 | 19 | "scripts": { |
20 | 20 | "build": "unbuild", |
21 | | - "lint": "eslint --cache --ext .ts . && prettier -c src test", |
22 | | - "lint:fix": "eslint --cache --ext .ts . --fix && prettier -c src test -w", |
| 21 | + "lint": "eslint --cache src test && prettier src test --check", |
| 22 | + "lint:fix": "eslint --cache src test --fix && prettier src test --write", |
23 | 23 | "test:types": "tsc --noEmit --skipLibCheck", |
24 | 24 | "test": "pnpm lint && pnpm test:types && jest --detectOpenHandles", |
| 25 | + "test:dev": "jest --detectOpenHandles", |
25 | 26 | "prepare": "husky install", |
26 | 27 | "release": "release-it", |
27 | 28 | "prepack": "pnpm build" |
28 | 29 | }, |
29 | | - "keywords": ["math","mathflow","js","interpreter"], |
| 30 | + "keywords": [ |
| 31 | + "math", |
| 32 | + "mathflow", |
| 33 | + "js", |
| 34 | + "interpreter" |
| 35 | + ], |
30 | 36 | "author": { |
31 | 37 | "name": "Henry Hale", |
32 | 38 | "url": "https://github.com/henryhale" |
33 | 39 | }, |
34 | 40 | "license": "MIT", |
35 | 41 | "devDependencies": { |
36 | | - "@release-it/conventional-changelog": "^8.0.1", |
37 | | - "@types/jest": "^29.5.11", |
38 | | - "eslint": "^8.56.0", |
39 | | - "eslint-config-unjs": "^0.2.1", |
40 | | - "husky": "^8.0.3", |
| 42 | + "@eslint/js": "^9.11.1", |
| 43 | + "@release-it/conventional-changelog": "^8.0.2", |
| 44 | + "@types/jest": "^29.5.13", |
| 45 | + "eslint": "^9.11.1", |
| 46 | + "globals": "^15.9.0", |
| 47 | + "husky": "^9.1.6", |
41 | 48 | "jest": "^29.7.0", |
42 | | - "lint-staged": "^15.2.0", |
43 | | - "prettier": "^3.1.1", |
44 | | - "release-it": "^17.0.1", |
45 | | - "ts-jest": "^29.1.1", |
46 | | - "typescript": "^5.3.3", |
47 | | - "unbuild": "^2.0.0", |
48 | | - "vitepress": "1.0.0-rc.35" |
| 49 | + "lint-staged": "^15.2.10", |
| 50 | + "prettier": "^3.3.3", |
| 51 | + "release-it": "^17.6.0", |
| 52 | + "ts-jest": "^29.2.5", |
| 53 | + "typescript": "5.5.4", |
| 54 | + "typescript-eslint": "^8.7.0", |
| 55 | + "unbuild": "^2.0.0" |
49 | 56 | }, |
50 | 57 | "lint-staged": { |
51 | 58 | "*.ts": "pnpm test" |
|
0 commit comments