{ "name": "sobridge", "version": "1.0.0", "main": "dist/app.js", "scripts": { "start": "tsc && node dist/app.js", "lint": "eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@eslint/js": "^9.13.0", "@types/express": "^4.17.1", "eslint": "^9.13.0", "globals": "^15.11.0", "typescript": "^5.6.3", "typescript-eslint": "^8.12.1" }, "dependencies": { "@solana/web3.js": "^1.95.4", "dotenv": "^16.4.5", "express": "^4.17.1" } }