{ "name": "@nano/sqlite", "version": "0.1.0", "description": "Function for using Sqlite in Bun", "repository": { "type": "git", "url": "git@git.node001.net:HerrHase/nano-sqlite.git" }, "author": "Björn Hase ", "license": "MIT", "type": "module", "scripts": { "test": "bun test" }, "devDependencies": { "chai": "^5.1.1", "mocha": "^10.6.0" } }