Merge branch 'master' of http://61.155.2.142:81/blank131/fe-utils
Showing
... | @@ -4,12 +4,14 @@ | ... | @@ -4,12 +4,14 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "vitest" | "test": "vitest", | ||
"ui": "vitest ui" | |||
}, | }, | ||
"keywords": [], | "keywords": [], | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"devDependencies": { | "devDependencies": { | ||
"@vitest/ui": "^0.33.0", | |||
"prettier": "^3.0.0", | "prettier": "^3.0.0", | ||
"typescript": "^5.1.6", | "typescript": "^5.1.6", | ||
"vitest": "^0.33.0" | "vitest": "^0.33.0" | ||
... | ... |
Please
register
or
sign in
to comment