diff --git a/js-tests/package.json b/js-tests/package.json new file mode 100644 index 00000000..1f957e42 --- /dev/null +++ b/js-tests/package.json @@ -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" + } +}