forked from github/github-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.43 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "github-mcp-server-deployment",
"version": "2.0.0",
"private": true,
"scripts": {
"deploy": "node scripts/update-controller.js",
"verify": "solana program show GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz",
"verify:authority": "node scripts/reannounce-authority.js",
"verify:onchain": "node scripts/verify-on-chain.js",
"reannounce:authority": "node scripts/reannounce-authority.js",
"check:signer": "node scripts/check-signer-ready.js",
"transfer:authority": "node scripts/transfer-authority-zero-cost.js",
"execute:transfer": "node scripts/execute-authority-transfer.js",
"check:priority-fee": "node scripts/quicknode-priority-fee.js",
"collect:assets": "node scripts/collect-assets.js",
"transfer:assets": "node scripts/transfer-assets.js",
"send:assets": "node scripts/send-assets-with-signature.js",
"query:account": "node scripts/helius-account-info.js",
"reannounce:owner": "node scripts/reannounce-with-new-controller.js",
"check:rebates": "node scripts/check-rebates-income.js",
"check:core": "node scripts/check-all-core.js",
"deploy:multi": "node scripts/deploy-multi-program.js",
"security:scan": "node scripts/security-scan-all.js",
"verify:relayers": "node scripts/verify-relayers-rebates.js"
},
"devDependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.98.4",
"bs58": "^6.0.0"
}
}