-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
39
40
{
"name": "hydra-auction-offchain",
"version": "0.1.0",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"devDependencies": {
"@mlabs-haskell/cardano-message-signing": "1.0.1",
"@mlabs-haskell/cardano-serialization-lib-gc": "^1.0.9",
"@mlabs-haskell/json-bigint": "2.0.0",
"@mlabs-haskell/uplc-apply-args": "1.0.0",
"@noble/secp256k1": "^1.7.0",
"base64-js": "^1.5.1",
"bignumber.js": "^9.1.1",
"bip39": "^3.1.0",
"blakejs": "1.2.1",
"bufferutil": "4.0.5",
"isomorphic-ws": "^5.0.0",
"jssha": "3.2.0",
"puppeteer-core": "^15.3.2",
"reconnecting-websocket": "4.4.0",
"uniqid": "5.4.0",
"utf-8-validate": "^5.0.10",
"web-encoding": "^1.1.5",
"ws": "^8.16.0",
"xhr2": "0.2.1",
"ts-unimplemented": "2.0.0",
"uuid": "^8.3.2",
"buffer": "6.0.3",
"doctoc": "^2.2.1",
"esbuild": "0.18.11",
"esbuild-plugin-polyfill-node": "^0.3.0",
"esbuild-plugin-wasm": "^1.1.0",
"typescript": "5.0.4"
}
}