mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
* chore: add package version mismatch check * chore: check workflow node versions * update script and add tests * fix scripts * fixes
13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"name": "check-package-versions-tests",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|