Files
mhunt_sobridge/package.json
2025-01-13 01:02:32 +08:00

31 lines
695 B
JSON

{
"name": "sobridge",
"version": "1.0.0",
"main": "dist/app.js",
"scripts": {
"start": "tsc && node src/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": {
"@coral-xyz/anchor": "^0.30.1",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.4",
"bs58": "^6.0.0",
"dotenv": "^16.4.5",
"express": "^4.17.1"
}
}