-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 898 Bytes
/
package.json
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
33
34
35
{
"name": "webhook",
"private": "true",
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"dev": "nodemon dist/index.js",
"start": "node dist/index.js"
},
"devDependencies": {
"@types/bn.js": "^5.1.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@ayshptk/msngr": "^0.1.2",
"@candypay/checkout-sdk": "^0.1.33",
"@metaplex-foundation/js": "^0.18.0",
"@metaplex-foundation/mpl-token-metadata": "^2.8.3",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "1.50.0",
"@thirdweb-dev/sdk": "^3.8.2",
"base58": "^2.0.1",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"discord-webhook-node": "^1.1.8",
"dotenv": "^16.0.3",
"ethers": "5.7.2",
"express": "^4.18.2"
}
}