-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
53 lines (53 loc) · 1.83 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
{
"name": "frankencoin",
"version": "1.0.0",
"description": "It shall support a wide range of collateralized minting methods that are governed by a democratic process.",
"main": ".solcover.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy:network": "npx hardhat deploy --network",
"deploynotesttoken:network": "export deploymode=base && export deploymode=base && npx hardhat deploy --network",
"redeploynotesttoken:network": "export deployoption=notesttoken && export deploymode=base && npx hardhat deploy --reset --network",
"redeploy:network": "npx hardhat deploymode=base --reset --network",
"deployPositions:network": "export deploymode=pos && npx hardhat deploy --network"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frankencoin-ZCHF"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Frankencoin-ZCHF/issues"
},
"homepage": "https://github.com/Frankencoin-ZCHF#readme",
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"hardhat": "^2.13.0",
"mocha": "^10.2.0"
},
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.3",
"chai": "^4.3.6",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-deploy": "^0.11.12",
"hardhat-gas-reporter": "^1.0.9",
"prompt": "^1.3.0",
"solidity-code-metrics": "^0.0.23",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.8.3"
}
}