|
17 | 17 | "type": "git", |
18 | 18 | "url": "https://github.com/changesets/ghcommit.git" |
19 | 19 | }, |
| 20 | + "type": "module", |
20 | 21 | "exports": { |
21 | 22 | ".": { |
22 | 23 | "import": "./dist/index.mjs", |
|
50 | 51 | "format:check": "prettier --check \"**/*.{ts,tsx,md}\"", |
51 | 52 | "format:fix": "prettier --write \"**/*.{ts,tsx,md}\"", |
52 | 53 | "lint": "eslint . --max-warnings 0", |
53 | | - "test:integration": "jest --config jest.integration.config.cjs" |
| 54 | + "test:integration": "vitest -c vitest.integration.config.ts" |
54 | 55 | }, |
55 | 56 | "devDependencies": { |
56 | 57 | "@actions/github": "^6.0.0", |
|
64 | 65 | "@octokit/graphql": "^8.1.1", |
65 | 66 | "@octokit/graphql-schema": "^14.56.0", |
66 | 67 | "@types/eslint": "^8.56.5", |
67 | | - "@types/jest": "^29.5.12", |
68 | 68 | "@types/node": "^20.11.24", |
69 | 69 | "@typescript-eslint/eslint-plugin": "^7.16.0", |
70 | 70 | "@typescript-eslint/parser": "^7.16.0", |
71 | 71 | "dotenv": "^16.4.5", |
72 | 72 | "eslint": "^8.57.0", |
73 | 73 | "eslint-config-prettier": "^9.1.0", |
74 | | - "eslint-plugin-jest": "^28.6.0", |
75 | 74 | "eslint-plugin-only-warn": "^1.1.0", |
76 | | - "jest": "^29.7.0", |
77 | 75 | "pino": "^9.3.2", |
78 | 76 | "pino-pretty": "^11.2.2", |
79 | 77 | "prettier": "^3.3.3", |
80 | | - "ts-jest": "^29.2.0", |
81 | 78 | "ts-node": "^10.9.2", |
82 | 79 | "tsup": "^8.1.0", |
83 | | - "typescript": "^5.3.3" |
| 80 | + "typescript": "^5.3.3", |
| 81 | + "vitest": "^4.1.5" |
84 | 82 | }, |
85 | 83 | "files": [ |
86 | 84 | "dist" |
87 | 85 | ], |
88 | | - "packageManager": "pnpm@11.1.1+sha512.d1fdf5f73c617b64fa1a56a81c3c8dfe0e966e33a6010aa256b517ae77be21d93e05affc0de1a83b0e4f29d569f68b446ae8f068cd7247c0bb3df0fb4d7bdf9a", |
| 86 | + "packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499", |
89 | 87 | "publishConfig": { |
90 | 88 | "access": "public" |
91 | 89 | }, |
|
0 commit comments