-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.17 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "dvote-polygon",
"version": "0.0.5",
"description": "Dapp Voting Library Integrated into Polygon Network",
"main": "dist/dvote.js",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/xmrrabbitx/dvote-polygon.git"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "",
"start": "",
"build": "tsc"
},
"author": "xmrrabbitx",
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.3",
"eth-revert-reason": "^1.0.3",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"randomstring": "^1.2.3",
"solc": "^0.8.0",
"ts-node": "^10.9.1",
"web3": "^1.10.2",
"web3-errors": "^0.1.0-alpha.0"
},
"keywords": [
"dvote",
"polygon",
"solidity",
"quicknode",
"dapp",
"typescript",
"nodejs",
"smart contract",
"ftm",
"alchemy",
"infura"
],
"devDependencies": {
"@babel/preset-typescript": "^7.21.5",
"typescript": "^5.2.2"
},
"types": "./dist/dvote.d.ts",
"bugs": {
"url": "https://github.com/xmrrabbitx/dvote-polygon/issues"
},
"homepage": "https://github.com/xmrrabbitx/dvote-polygon#readme"
}