forked from HarmonicPool/cardano-wallet-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 810 Bytes
/
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
{
"name": "@cheffNFT/cardano-wallet-interface",
"version": "1.0.0",
"description": "a package that makes easier to interact with wallets on cardano",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"keywords": [
"cardano",
"ada",
"dApp"
],
"author": "cheffNFT",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cheffnft/cardano-wallet-interface.git"
},
"bugs": {
"url": "https://github.com/cheffnft/cardano-wallet-interface/issues"
},
"homepage": "https://github.com/cheffnft/cardano-wallet-interface#readme",
"dependencies": {
"@emurgo/cardano-serialization-lib-browser": "^9.1.2",
"buffer": "^6.0.3"
},
"devDependencies": {}
}