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

3 months ago
{
"name": "@nano/sqlite",
"version": "0.1.0",
"description": "Function for using Sqlite in Bun",
"repository": {
"type": "git",
3 months ago
"url": "git@git.node001.net:nano/sqlite.git"
3 months ago
},
"author": "Björn Hase <me@herr-hase.wtf>",
"license": "MIT",
"type": "module",
"scripts": {
3 months ago
"test": "bun test ./test/*"
3 months ago
}
}