{ "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 ", "license": "MIT", "type": "module", "scripts": { "test": "node --test ./test/*" }, "dependencies": { "better-sqlite3": "12.6.*" } }