@ -1,12 +1,12 @@
{
"name": "@nano/sqlite",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"license": "MIT",
"dependencies": {
"better-sqlite3": "12.6.*"
@ -1,6 +1,6 @@
"description": "Functions and Classes for handle Better-Sqlite3 in NodeJS",
"repository": {
"type": "git",
@ -8,6 +8,7 @@
},
"author": "Björn Hase <herrhase@node001.net>",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --test ./test/*"