{ "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.12.12", "rimraf": "^5.0.7", "tsc-watch": "^6.2.0", "tsx": "^4.11.0", "typescript": "^5.4.5" }, "dependencies": { "dotenv": "^16.4.5", "envalid": "^8.0.0", "pino": "^9.1.0", "pino-pretty": "^11.1.0" } }