-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.39 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "sticky",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"nodemon": "^3.0.2",
"prisma": "^5.8.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@farcaster/hub-nodejs": "0.11.3",
"@farcaster/hub-web": "^0.7.2",
"@helia/json": "^3.0.0",
"@noble/ed25519": "^1.7.0",
"@onsol/tldparser": "^0.6.3",
"@pinata/sdk": "^2.1.0",
"@prisma/client": "5.8.1",
"@solana/spl-memo": "^0.2.3",
"@solana/web3.js": "^1.88.0",
"@solflare-wallet/pfp": "^0.1.0",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/uuid": "^9.0.8",
"@upstash/redis": "^1.28.2",
"axios": "^1.6.5",
"bs58": "^5.0.0",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"helia": "^4.0.0",
"imagekit": "^4.1.4",
"ipfs-core": "^0.18.1",
"ipfs-http-client": "^60.0.1",
"jsonwebtoken": "^9.0.2",
"posthog-node": "^3.5.0",
"redis": "^4.6.13",
"tweetnacl": "^1.0.3",
"uuid": "^9.0.1",
"viem": "^2.4.1",
"web3": "^4.3.0"
},
"scripts": {
"build": "npx prisma generate && tsc",
"start": "node dist/app.js",
"dev": "nodemon src/app.ts"
},
"type": "commonjs"
}