You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqlite/package.json

19 lines
461 B

{
"name": "@nano/sqlite",
"version": "1.0.0",
"description": "Functions and Classes for handle Better-Sqlite3 in NodeJS",
"repository": {
"type": "git",
"url": "git@git.node001.net:nano/sqlite.git"
},
"author": "Björn Hase <herrhase@node001.net>",
"license": "MIT",
"type": "module",
"scripts": {
"test": "node --test ./test/*"
},
"dependencies": {
"better-sqlite3": "12.6.*"
}
}