tests for voice
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -1m32s
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -1m32s
This commit is contained in:
@@ -20,8 +20,9 @@
|
||||
"type": "module",
|
||||
"main": "distribution/index.js",
|
||||
"scripts": {
|
||||
"build": "npx tsc",
|
||||
"start": "node distribution/index.js"
|
||||
"build": "tsc",
|
||||
"start": "node distribution/index.js",
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"json5": "2.2.3",
|
||||
@@ -29,6 +30,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "5.9.2",
|
||||
"@types/node": "24.3.0"
|
||||
"@types/node": "24.3.0",
|
||||
"vitest": "3.2.4"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user