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