-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.58 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
{
"name": "@distributedweb/opengov",
"version": "0.0.4",
"description": "OpenGov is a decentralized governance system for decentralized apps on the Distributed Web (dWeb).",
"main": "index.js",
"scripts": {
"start": "hardhat node",
"compile": "hardhat compile",
"deploy:development": "hardhat run --network localhost deploy",
"deploy:polygon": "hardhat run --network polygon deploy",
"deploy:polygon-fork": "hardhat run --network polygon-fork deploy",
"test": "hardhat test",
"console": "hardhat console"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DistributedWeb/opengov.git"
},
"keywords": [
"governance",
"polygon",
"hardhat",
"smart-contracts",
"ethereum"
],
"author": "L1FE Foundation, LLC <@l1feorg>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DistributedWeb/opengov/issues"
},
"homepage": "https://github.com/DistributedWeb/opengov#readme",
"dependencies": {
"@ethereum-waffle/chai": "^3.4.0",
"@ethereum-waffle/compiler": "^3.4.3",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^14.17.9",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.4",
"hardhat-deploy": "latest",
"hardhat-deploy-ethers": "latest",
"mocha": "^9.0.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
}
}