|
44 | 44 | ], |
45 | 45 | "scripts": { |
46 | 46 | "prepare": "husky", |
| 47 | + "test": "run-p test:*", |
| 48 | + "test:format": "prettier --check .", |
| 49 | + "test:lint": "eslint --max-warnings 0 --cache .", |
| 50 | + "test:types": "tsc", |
| 51 | + "test:unit": "vitest --run", |
| 52 | + "test:jsr": "jsr publish --dry-run --allow-dirty", |
| 53 | + "vitest": "vitest", |
47 | 54 | "build": "run-s build:*", |
48 | 55 | "build:clean": "rimraf dist", |
49 | 56 | "build:tsc": "tsc -p tsconfig.build.json", |
50 | 57 | "lint": "eslint --max-warnings 0 --cache --no-ignore", |
51 | | - "test": "run-p test:*", |
52 | | - "test:unit": "vitest run --coverage", |
53 | | - "test:lint": "eslint --max-warnings 0 --cache .", |
54 | | - "test:format": "prettier --check --ignore-path .gitignore .", |
55 | | - "test:types": "tsc --noEmit", |
56 | 58 | "integration-test": "vitest run --coverage integration.test.ts", |
57 | | - "vitest": "vitest", |
58 | 59 | "prepublishOnly": "run-s build", |
59 | 60 | "release": "semantic-release" |
60 | 61 | }, |
|
83 | 84 | "dotenv": "^17.2.3", |
84 | 85 | "eslint": "9.39.2", |
85 | 86 | "husky": "^9.1.7", |
| 87 | + "jsr": "^0.14.3", |
86 | 88 | "lint-staged": "^16.2.7", |
87 | 89 | "nock": "^14.0.10", |
88 | 90 | "npm-run-all2": "^8.0.4", |
|
0 commit comments