-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "kin-tools",
"version": "1.8.3",
"license": "MIT",
"scripts": {},
"private": true,
"resolutions": {
"@solana/web3.js": "^1.66.1"
},
"dependencies": {
"@kin-kinetic/keypair": "^1.0.0-rc.14",
"@solana/spl-token": "^0.3.5",
"@solana/web3.js": "^1.66.1",
"atob": "^2.1.2",
"bs58": "^5.0.0",
"crc": "^4.1.1",
"hex-to-32": "^2.0.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@nrwl/cli": "15.0.0",
"@nrwl/eslint-plugin-nx": "15.0.0",
"@nrwl/jest": "15.0.0",
"@nrwl/js": "15.0.0",
"@nrwl/linter": "15.0.0",
"@nrwl/node": "15.0.0",
"@nrwl/nx-cloud": "14.7.0",
"@nrwl/workspace": "15.0.0",
"@types/jest": "28.1.8",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.3",
"nx": "15.0.0",
"nxpm": "^2.0.0",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}