development
HerrHase 3 months ago
parent a15d01f3f9
commit d3251624ab

@ -0,0 +1,2 @@
[install.scopes]
"@nano" = "https://gitea.node001.net/api/packages/nano/npm/"

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

Loading…
Cancel
Save