-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 824 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 824 Bytes
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
{
"name": "volca-link-sdk",
"version": "0.3.0",
"description": "Library for generating claim links",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "test/index.js"
},
"author": "Mikhail Dobrokhvalov",
"license": "GPL-3.0",
"dependencies": {
"bluebird": "^3.5.2",
"ethereumjs-util": "^6.0.0",
"ethereumjs-wallet": "^0.6.2",
"ethers": "^4.0.12",
"web3-utils": "^1.0.0-beta.36"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/VolcaTech/volca-link-generator.git"
},
"keywords": [
"linkdrop",
"NFT",
"erc721"
],
"bugs": {
"url": "https://github.com/VolcaTech/volca-link-generator/issues"
},
"homepage": "https://github.com/VolcaTech/volca-link-generator#readme"
}