This commit is contained in:
Michael Shick 2022-11-04 18:21:20 -04:00
parent 94fd7ef52f
commit 80f4918ea8
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
5 changed files with 2381 additions and 4681 deletions

View file

@ -26,7 +26,8 @@
"clean": "rm -rf node_modules dist package-lock.json __tests__/runner/**/*",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest"
"test": "vitest run",
"watch": "vitest"
},
"prettier": {
"bracketSpacing": true,
@ -107,7 +108,6 @@
},
"devDependencies": {
"@octokit/types": "^8.0.0",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
@ -119,12 +119,11 @@
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.2.2",
"jest-circus": "^29.2.2",
"msw": "^0.47.4",
"nock": "^13.2.9",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"typescript": "^4.8.4",
"vitest": "^0.24.5"
},
"engines": {
"node": "^14.15.0 || ^16.13.0 || ^18.0.0"