Track package-lock.json for reproducible installs

This commit is contained in:
2026-06-22 18:50:55 +05:30
parent 0d8dbf1368
commit 551278b904
2 changed files with 35 additions and 1 deletions
-1
View File
@@ -5,5 +5,4 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
.env
+35
View File
@@ -0,0 +1,35 @@
{
"name": "mispair-demo",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mispair-demo",
"dependencies": {
"@hono/node-server": "^1.13.0",
"hono": "^4.6.0"
}
},
"node_modules/@hono/node-server": {
"version": "1.19.14",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
"integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
"license": "MIT",
"engines": {
"node": ">=18.14.1"
},
"peerDependencies": {
"hono": "^4"
}
},
"node_modules/hono": {
"version": "4.12.26",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz",
"integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==",
"license": "MIT",
"engines": {
"node": ">=16.9.0"
}
}
}
}