fix missing lock for ci-cd

Signed-off-by: Derek Anderson <dmikey@users.noreply.github.com>
This commit is contained in:
Derek Anderson 2025-06-26 20:15:40 -05:00
parent 0ca18278d8
commit 8178721bd0
No known key found for this signature in database
2 changed files with 24 additions and 2 deletions

View File

@ -2,16 +2,18 @@
test-data/
test-demo/
*.log
aidocs/
# Development files
legacy-backup-script.js
integration-example.js
MIGRATION.md
aidocs/
# Git and IDE files
# Git and CI/CD files
.git/
.github/
.gitignore
package-lock.json
.vscode/
.idea/

20
package-lock.json generated Normal file
View File

@ -0,0 +1,20 @@
{
"name": "sqlite-snap",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sqlite-snap",
"version": "1.0.0",
"license": "MIT",
"bin": {
"sqlite-backup": "bin/cli.js"
},
"devDependencies": {},
"engines": {
"node": ">=16.0.0"
}
}
}
}