-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "sui-graph-ql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"fetch": "tsx ./src/index.ts",
"anima": "tsx ./src/anima.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.1.0+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724",
"dependencies": {
"@mysten/kiosk": "^0.9.22",
"@mysten/sui": "^1.13.0",
"ramda": "^0.30.1",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@types/node": "^22.7.6",
"@types/ramda": "^0.30.2",
"dotenv": "^16.4.5",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
}
}