sqlite-vec/examples/simple-node/package.json
2024-05-10 20:51:42 -07:00

16 lines
302 B
JSON

{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^9.6.0",
"sqlite-vec": "latest"
}
}