-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.74 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.74 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
49
50
51
52
53
54
55
{
"name": "@typus/typus-sdk",
"author": "Typus",
"description": "typus sdk",
"version": "1.8.40",
"dependencies": {
"@mysten/bcs": "^1.6.1",
"@mysten/kiosk": "^0.12.6",
"@mysten/sui": "^1.30.0",
"@pythnetwork/pyth-sui-js": "2.3.0",
"@shinami/clients": "^0.9.6",
"@types/node": "^20.5.7",
"axios": "1.13.2",
"bignumber.js": "^9.1.2",
"camelcase-keys-deep": "^0.1.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.7",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"node-rsa": "^1.1.1"
},
"resolutions": {
"@mysten/sui": "^1.30.0"
},
"devDependencies": {
"@types/camelcase-keys-deep": "^0.1.2",
"@types/crypto-js": "^4.2.2",
"@types/node-rsa": "^1.1.4",
"prettier": "^3.0.0",
"slack": "^11.0.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json && tsc-alias",
"test": "rm -rf dist && tsc -p tsconfig.build.json && ts-mocha test/test*.ts",
"publish": "yarn build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Typus-Lab/typus-sdk.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Typus-Lab/typus-sdk/issues"
},
"homepage": "https://github.com/Typus-Lab/typus-sdk#readme",
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}