1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

correctly separate production / development dependencies

This commit is contained in:
Hazelnoot
2025-05-23 19:51:48 -04:00
parent 5b6099deb0
commit 6b77c8b12b
4 changed files with 356 additions and 317 deletions

View File

@@ -36,6 +36,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "7.52.5",
"@simplewebauthn/types": "12.0.0",
"@swc/jest": "0.2.38",
"@types/jest": "29.5.14",
"@types/node": "22.15.2",
@@ -47,7 +48,7 @@
"mock-socket": "9.3.1",
"ncp": "2.0.0",
"nodemon": "3.1.10",
"execa": "8.0.1",
"execa": "9.5.2",
"tsd": "0.32.0",
"typescript": "5.8.3",
"esbuild": "0.25.3",
@@ -57,7 +58,6 @@
"built"
],
"dependencies": {
"@simplewebauthn/types": "12.0.0",
"eventemitter3": "5.0.1",
"reconnecting-websocket": "4.4.0"
}