-
Notifications
You must be signed in to change notification settings - Fork 4
/
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.18",
"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.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@types/qrcode-svg": "^1.1.5",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"cypress": "^13.16.0",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@basementuniverse/marble-identicons": "^0.1.2",
"@fabianbormann/meerkat": "^1.0.17",
"qrcode-svg": "^1.1.0"
}
}