Initial commit

This commit is contained in:
2026-07-10 00:19:05 +03:00
commit 54ffcf9bc0
29 changed files with 3832 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "awg-control",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "../node_modules/.bin/tsc"
},
"dependencies": {
"better-sqlite3": "^12.10.0",
"cors": "^2.8.6",
"express": "^4.18.0",
"winston": "^3.19.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.19",
"@types/express": "^4.17.0",
"@types/node": "^22.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}