{ "name": "@unidesk/project-manager", "private": true, "type": "module", "scripts": { "start": "bun run src/index.ts", "check": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "postgres": "latest", "xlsx": "0.18.5" } }