sqlite-vec/examples/nbc-headlines/package.json

18 lines
359 B
JSON
Raw Normal View History

2024-07-31 12:55:20 -07:00
{
"name": "nbc-headlines",
"version": "1.0.0",
"main": "demo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@xenova/transformers": "^2.17.2",
"better-sqlite3": "^11.1.2",
"sqlite-vec": "^0.0.1-alpha.37"
}
}