bindings-javascript : remove package.json from git (#4001)

This commit removes package.json from git and adds package.json to the
gitignore.

This file is generated by CMake configure and will be updated and
overwritten causing a lot of noise in the git history.
It have also been updated manually as part of our release process which
will not be needed either.
This commit is contained in:
Daniel Bevenius 2026-08-20 15:59:54 +02:00 committed by GitHub
parent 371b5a7561
commit 339f2b4e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 26 deletions

View File

@ -1 +1,3 @@
publish.log
# generated by CMake configure from package-tmpl.json
package.json

View File

@ -1,26 +0,0 @@
{
"name": "whisper.cpp",
"version": "1.9.3",
"description": "Whisper speech recognition",
"main": "whisper.js",
"scripts": {
"test": "echo \"todo: add tests\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ggerganov/whisper.cpp"
},
"keywords": [
"openai",
"whisper",
"speech-to-text",
"speech-recognition",
"transformer"
],
"author": "Georgi Gerganov",
"license": "MIT",
"bugs": {
"url": "https://github.com/ggerganov/whisper.cpp/issues"
},
"homepage": "https://github.com/ggerganov/whisper.cpp#readme"
}