mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 13:06:32 +00:00
17 lines
No EOL
529 B
JSON
17 lines
No EOL
529 B
JSON
{
|
|
"devDependencies": {
|
|
"@types/expect": "^24.3.0",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "^17.0.14",
|
|
"typescript": "^4.5.5",
|
|
"vitest": "^0.2.5"
|
|
},
|
|
"scripts": {
|
|
"test:ci": "TEST_SHUTDOWN_API_SERVER=true vitest --run --config ./test/vitest.config.ts",
|
|
"test:local": "TEST_SHUTDOWN_API_SERVER=false && vitest --run --config ./test/vitest.config.ts",
|
|
"test:watch": " TEST_SHUTDOWN_API_SERVER=false vitest --config ./test/vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.25.0"
|
|
}
|
|
} |