-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.26 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "oddzy",
"module": "src/index.ts",
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts",
"typecheck": "tsc --noEmit -w",
"format": "prettier --write ."
},
"devDependencies": {
"@types/bun": "latest",
"@types/validator": "^13.11.9",
"prettier": "^3.2.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@graphql-yoga/plugin-disable-introspection": "^2.1.1",
"@langchain/openai": "^0.0.19",
"@paralleldrive/cuid2": "^2.2.2",
"@pothos/core": "^3.41.0",
"@pothos/plugin-scope-auth": "^3.21.0",
"@pothos/plugin-validation": "^3.10.1",
"@solana/spl-token": "^0.4.1",
"@solana/web3.js": "^1.90.0",
"@twitter-api-v2/plugin-token-refresher": "^1.0.0",
"add": "^2.0.6",
"bs58": "^5.0.0",
"bun": "^1.0.26",
"ethers": "^6.11.1",
"firebase-admin": "^12.0.0",
"googleapis": "^144.0.0",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"graphql-yoga": "^5.1.1",
"ioredis": "^5.3.2",
"jose": "^5.2.2",
"langchain": "^0.1.26",
"postgres": "^3.4.3",
"snakecase-keys": "^6.0.0",
"tweetnacl": "^1.0.3",
"twitter-api-v2": "^1.16.0",
"validator": "^13.11.0",
"zod": "^3.22.4"
}
}