{ "name": "node", "version": "1.0.0", "description": "A node for the proxy", "main": "dist/index.js", "author": "fascinated", "license": "MIT", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "nodemon --exec ts-node src/index.ts" }, "dependencies": { "axios": "^1.6.1", "server": "workspace:*", "utils": "workspace:*", "ts-node": "^10.9.1", "typescript": "^5.2.2" } }