-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1009 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
36
37
38
39
{
"name": "SpeedSquareDappServer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node build/index.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@metaplex-foundation/js": "^0.19.5",
"@metaplex-foundation/mpl-token-metadata": "^3.1.0",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.4",
"bs58": "^5.0.0",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"node-schedule": "^2.1.1",
"pg": "^8.11.3",
"ts-md5": "^1.3.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.5.9",
"@types/node-schedule": "^2.1.2",
"@types/pg": "^8.10.2",
"concurrently": "^8.2.1",
"nodemon": "^3.0.1",
"typescript": "^5.2.2"
}
}