{ "name": "laninvent_server", "version": "0.0.1", "description": "LanInvent Server software", "main": "dist/Main.js", "bin": "dist/Main.js", "pkg": { "outputPath": "build" }, "scripts": { "start": "node dist/Main.js", "build": "tsc && pkg .", "dev": "tsc-watch --onSuccess \"node .\"", "test": "echo \"Тесты отсутствуют\"" }, "author": "xl1034", "license": "SEE LICENSE IN license.md", "devDependencies": { "@types/node": "^22.5.1" } }