forked from fabianbormann/cardano-peer-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "@fabianbormann/cardano-peer-connect",
"version": "1.2.15",
"description": "This library aims to provide an abstract class to simplify to wallet implementation for CIP-0045",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack && tsc --emitDeclarationOnly",
"cy:run": "cypress run",
"test": "npm run build && cypress run"
},
"keywords": [
"WebRTC",
"WebTorrent",
"wallet",
"dapp"
],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@types/qrcode-svg": "^1.1.4",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"cypress": "^13.6.6",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@basementuniverse/marble-identicons": "^0.1.2",
"@fabianbormann/meerkat": "^1.0.16",
"qrcode-svg": "^1.1.0"
}
}