-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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
44
45
46
47
48
49
50
51
52
53
{
"name": "kalypso-sdk",
"version": "1.0.57",
"description": "Kalypso SDK",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist && tsc",
"docs": "rm -rf docs && typedoc --plugin typedoc-plugin-markdown",
"prettier": "npx prettier --write .",
"ts-node": "ts-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marlinprotocol/Kalypso-SDK.git"
},
"author": "Marlin",
"license": "ISC",
"bugs": {
"url": "https://github.com/marlinprotocol/Kalypso-SDK/issues"
},
"homepage": "https://github.com/marlinprotocol/Kalypso-SDK#readme",
"devDependencies": {
"@types/cbor": "^5.0.1",
"@types/elliptic": "^6.4.18",
"@types/libsodium-wrappers": "^0.7.13",
"@types/mocha": "^10.0.1",
"@types/node-fetch": "^2.6.9",
"@types/node-gzip": "^1.1.0",
"@types/pako": "^2.0.1",
"dotenv": "^16.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@types/node": "^20.4.5",
"asn1js": "^3.0.5",
"bignumber.js": "^9.1.1",
"cbor": "^10.0.3",
"eciesjs": "^0.4.4",
"ethers": "^6.6.6",
"libsodium-wrappers": "^0.7.13",
"node-fetch": "^2.7.0",
"pako": "^2.1.0",
"pkijs": "^3.2.4",
"secp256k1": "^5.0.0"
}
}