{ "name": "refdb", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js" }, "repository": { "type": "git", "url": "https://git.ajusty.ru/denis/refdb.git" }, "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.10.6", "typescript": "4.9.3" } }