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

16 lines
365 B

{
"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 <me@herr-hase.wtf>",
"license": "MIT",
"type": "module",
"scripts": {
"test": "bun test"
}
}