This commit is contained in:
2025-01-13 01:02:32 +08:00
parent e749aa387a
commit b4bb91e4fd
16 changed files with 2324 additions and 52 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "dist/app.js",
"scripts": {
"start": "tsc && node dist/app.js",
"start": "tsc && node src/app.js",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -20,7 +20,10 @@
"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"
}