-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "safe-coin-tx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --verbose false"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724",
"devDependencies": {
"@7kprotocol/sdk-ts": "^2.1.4",
"@hop.ag/sdk": "^4.0.1",
"@jest/globals": "^29.7.0",
"@mysten/sui.js": "^0.54.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.6",
"@types/ramda": "^0.30.2",
"aftermath-ts-sdk": "^1.1.97",
"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.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"dependencies": {
"@mysten/sui": "^1.14.0",
"tiny-invariant": "^1.3.3"
}
}