|
@@ -20,7 +20,7 @@
|
|
|
},
|
|
|
"scripts": {
|
|
|
"format": "prettier --write .",
|
|
|
- "test": "jest --config=jest.config.cjs ./test/*",
|
|
|
+ "test": "vitest --run",
|
|
|
"build": "unbuild",
|
|
|
"lint": "eslint ./src/*",
|
|
|
"prepublishOnly": "npm run build"
|
|
@@ -34,15 +34,12 @@
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
"@swc/core": "^1.3.14",
|
|
|
- "@types/jest": "^29.2.2",
|
|
|
"@types/whatwg-fetch": "^0.0.33",
|
|
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
|
"@typescript-eslint/parser": "^5.42.1",
|
|
|
"eslint": "^8.29.0",
|
|
|
- "eslint-plugin-jest": "^27.1.4",
|
|
|
- "jest": "^29.3.0",
|
|
|
+ "vitest": "^2.1.6",
|
|
|
"prettier": "^3.2.4",
|
|
|
- "ts-jest": "^29.0.3",
|
|
|
"typescript": "^5.3.2",
|
|
|
"unbuild": "^2.0.0"
|
|
|
},
|