Create package.json
This commit is contained in:
parent
8e5bf53224
commit
58d5120a60
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue