Create package.json

This commit is contained in:
wukunyu264 2025-08-13 17:06:03 +08:00 committed by GitHub
parent 8e5bf53224
commit 58d5120a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
js-tests/package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "whispercpp-js-tests",
"private": true,
"type": "commonjs",
"scripts": {
"test": "mocha \"*.spec.js\""
},
"devDependencies": {
"mocha": "^10.6.0",
"chai": "^4.4.1"
}
}