{ "main": "dist/index.js", "type": "module", "imports": { "#root/*": "./dist/src/*" }, "scripts": { "dev": "npm run clean && tsc-watch --onSuccess \"tsx index.ts\"", "build": "npm run clean && tsc --noEmit false", "clean": "rimraf dist" }, "devDependencies": { "@types/node": "^20.9.2", "rimraf": "^5.0.5", "tsc-watch": "^6.0.4", "tsx": "^4.1.4", "typescript": "^5.2.2" }, "dependencies": { "dotenv": "^16.3.1", "envalid": "^8.0.0", "pino": "^8.16.2", "pino-pretty": "^10.2.3" } }