11{
2- "name" : " OpenQ-Contracts" ,
3- "license" : " MIT" ,
4- "description" : " OpenQ Contracts" ,
5- "version" : " 1.0.0" ,
6- "private" : true ,
7- "scripts" : {
8- "ethnode" : " hardhat node" ,
9- "hardhat:clean" : " hardhat clean" ,
10- "hardhat:compile" : " hardhat compile" ,
11- "console:local" : " hardhat console --network localhost" ,
12- "accounts" : " hardhat accounts --network localhost" ,
13- "test" : " hardhat test" ,
14- "deploy-single:localhost" : " hardhat run --network localhost deploy/eventTesters/BountyCreated.js" ,
15- "invoicecomplete:atomic:localhost" : " hardhat run --network localhost deploy/eventTesters/InvoiceCompleteSet_atomic.js" ,
16- "invoicecomplete:tiered:localhost" : " hardhat run --network localhost deploy/eventTesters/InvoiceCompleteSet_tiered.js" ,
17- "supportingdocumentscomplete:atomic:localhost" : " hardhat run --network localhost deploy/eventTesters/SupportingDocumentsCompleteSet_atomic.js" ,
18- "supportingdocumentscomplete:tiered:localhost" : " hardhat run --network localhost deploy/eventTesters/SupportingDocumentsCompleteSet_tiered.js" ,
19- "deploy:localhost" : " yarn deploy-contracts:localhost && yarn configure-whitelist:localhost && yarn deploy-bounties:localhost && yarn fund-bounties:localhost" ,
20- "deploy:docker" : " yarn deploy-contracts:docker && yarn configure-whitelist:docker && yarn deploy-bounties:docker && yarn fund-bounties:docker" ,
21- "deploy:polygon" : " yarn deploy-contracts:polygon && yarn configure-whitelist:polygon && yarn verify-contracts:polygon" ,
22- "deploy-superfluid:docker" : " hardhat run --network docker deploy/deploy_superfluid.js" ,
23- "deploy-superfluid:localhost" : " hardhat run --network localhost deploy/deploy_superfluid.js" ,
24- "deploy-contracts:docker" : " hardhat run --network docker deploy/deploy_contracts.js" ,
25- "configure-whitelist:docker" : " hardhat run --network docker deploy/configure-whitelist.js" ,
26- "deploy-bounties:docker" : " hardhat run --network docker deploy/deploy_bounties.js" ,
27- "fund-bounties:docker" : " hardhat run --network docker deploy/fund_bounties.js" ,
28- "deploy-contracts:polygon" : " hardhat run --network polygon deploy/deploy_contracts.js" ,
29- "configure-whitelist:polygon" : " hardhat run --network polygon deploy/configure-whitelist.js" ,
30- "deploy-bounties:polygon" : " hardhat run --network polygon deploy/deploy_bounties.js" ,
31- "verify-contracts:polygon" : " hardhat run --network polygon deploy/verify_contracts.js" ,
32- "deploy-contracts:localhost" : " hardhat run --network localhost deploy/deploy_contracts.js" ,
33- "configure-whitelist:localhost" : " hardhat run --network localhost deploy/configure-whitelist.js" ,
34- "deploy-bounties:localhost" : " hardhat run --network localhost deploy/deploy_bounties.js" ,
35- "fund-bounties:localhost" : " hardhat run --network localhost deploy/fund_bounties.js" ,
36- "slither" : " slither . --exclude-dependencies"
37- },
38- "dependencies" : {
39- "@nomiclabs/hardhat-ethers" : " 2.2.2" ,
40- "@nomiclabs/hardhat-etherscan" : " 3.1.3" ,
41- "@nomiclabs/hardhat-waffle" : " 2.0.3" ,
42- "@openzeppelin/contracts" : " 4.7.3" ,
43- "@openzeppelin/contracts-upgradeable" : " 4.7.3" ,
44- "@superfluid-finance/ethereum-contracts" : " 1.5.0" ,
45- "@superfluid-finance/sdk-core" : " 0.6.1" ,
46- "chai" : " 4.3.7" ,
47- "dotenv" : " 16.0.3" ,
48- "ethereum-waffle" : " 3.4.4" ,
49- "ethers" : " 5.7.2" ,
50- "fs" : " 0.0.1-security" ,
51- "graphql" : " 16.5.0" ,
52- "hardhat" : " 2.12.7" ,
53- "hardhat-contract-sizer" : " 2.6.1" ,
54- "hardhat-gas-reporter" : " 1.0.9" ,
55- "hardhat-tracer" : " 1.2.1" ,
56- "path" : " 0.12.7" ,
57- "solidity-docgen" : " 0.6.0-beta.34" ,
58- "truffle-assertions" : " 0.9.2" ,
59- "web3" : " 1.7.4"
60- },
61- "devDependencies" : {
62- "@nomicfoundation/hardhat-chai-matchers" : " 1.0.6" ,
63- "@nomiclabs/hardhat-web3" : " 2.0.0" ,
64- "@typechain/ethers-v5" : " 10.2.0" ,
65- "@typechain/hardhat" : " 6.1.5" ,
66- "eslint" : " 8.1.0" ,
67- "eslint-config-prettier" : " 6.11.0" ,
68- "eslint-plugin-prettier" : " 3.1.4" ,
69- "nodemon" : " 2.0.20" ,
70- "prettier" : " 2.0.5" ,
71- "solidity-coverage" : " 0.8.2" ,
72- "typechain" : " 8.1.1" ,
73- "typescript" : " 4.7.4"
74- }
75- }
2+ "name" : " OpenQ-Contracts" ,
3+ "license" : " MIT" ,
4+ "description" : " OpenQ Contracts" ,
5+ "version" : " 1.0.0" ,
6+ "private" : true ,
7+ "scripts" : {
8+ "ethnode" : " hardhat node" ,
9+ "hardhat:clean" : " hardhat clean" ,
10+ "hardhat:compile" : " hardhat compile" ,
11+ "console:local" : " hardhat console --network localhost" ,
12+ "accounts" : " hardhat accounts --network localhost" ,
13+ "test" : " hardhat test" ,
14+ "deploy-single:localhost" : " hardhat run --network localhost deploy/eventTesters/BountyCreated.js" ,
15+ "invoicecomplete:atomic:localhost" : " hardhat run --network localhost deploy/eventTesters/InvoiceCompleteSet_atomic.js" ,
16+ "invoicecomplete:tiered:localhost" : " hardhat run --network localhost deploy/eventTesters/InvoiceCompleteSet_tiered.js" ,
17+ "supportingdocumentscomplete:atomic:localhost" : " hardhat run --network localhost deploy/eventTesters/SupportingDocumentsCompleteSet_atomic.js" ,
18+ "supportingdocumentscomplete:tiered:localhost" : " hardhat run --network localhost deploy/eventTesters/SupportingDocumentsCompleteSet_tiered.js" ,
19+ "deploy:localhost" : " yarn deploy-contracts:localhost && yarn configure-whitelist:localhost && yarn deploy-bounties:localhost && yarn fund-bounties:localhost" ,
20+ "deploy:docker" : " yarn deploy-contracts:docker && yarn configure-whitelist:docker && yarn deploy-bounties:docker && yarn fund-bounties:docker" ,
21+ "deploy:polygon" : " yarn deploy-contracts:polygon && yarn configure-whitelist:polygon && yarn verify-contracts:polygon" ,
22+ "deploy-superfluid:docker" : " hardhat run --network docker deploy/deploy_superfluid.js" ,
23+ "deploy-superfluid:localhost" : " hardhat run --network localhost deploy/deploy_superfluid.js" ,
24+ "deploy-contracts:docker" : " hardhat run --network docker deploy/deploy_contracts.js" ,
25+ "configure-whitelist:docker" : " hardhat run --network docker deploy/configure-whitelist.js" ,
26+ "deploy-bounties:docker" : " hardhat run --network docker deploy/deploy_bounties.js" ,
27+ "fund-bounties:docker" : " hardhat run --network docker deploy/fund_bounties.js" ,
28+ "deploy-contracts:polygon" : " hardhat run --network polygon deploy/deploy_contracts.js" ,
29+ "configure-whitelist:polygon" : " hardhat run --network polygon deploy/configure-whitelist.js" ,
30+ "deploy-bounties:polygon" : " hardhat run --network polygon deploy/deploy_bounties.js" ,
31+ "verify-contracts:polygon" : " hardhat run --network polygon deploy/verify_contracts.js" ,
32+ "deploy-contracts:localhost" : " hardhat run --network localhost deploy/deploy_contracts.js" ,
33+ "configure-whitelist:localhost" : " hardhat run --network localhost deploy/configure-whitelist.js" ,
34+ "deploy-bounties:localhost" : " hardhat run --network localhost deploy/deploy_bounties.js" ,
35+ "fund-bounties:localhost" : " hardhat run --network localhost deploy/fund_bounties.js" ,
36+ "slither" : " slither . --exclude-dependencies"
37+ },
38+ "dependencies" : {
39+ "@nomiclabs/hardhat-ethers" : " 2.2.2" ,
40+ "@nomiclabs/hardhat-etherscan" : " 3.1.3" ,
41+ "@nomiclabs/hardhat-waffle" : " 2.0.3" ,
42+ "@openzeppelin/contracts" : " 4.7.3" ,
43+ "@openzeppelin/contracts-upgradeable" : " 4.7.3" ,
44+ "@superfluid-finance/ethereum-contracts" : " 1.5.0" ,
45+ "@superfluid-finance/sdk-core" : " 0.6.1" ,
46+ "chai" : " 4.3.7" ,
47+ "dotenv" : " 16.0.3" ,
48+ "ethereum-waffle" : " 3.4.4" ,
49+ "ethers" : " 5.7.2" ,
50+ "fs" : " 0.0.1-security" ,
51+ "graphql" : " 16.5.0" ,
52+ "hardhat-contract-sizer" : " 2.6.1" ,
53+ "hardhat-gas-reporter" : " 1.0.9" ,
54+ "hardhat-tracer" : " 1.2.1" ,
55+ "path" : " 0.12.7" ,
56+ "solidity-docgen" : " 0.6.0-beta.34" ,
57+ "truffle-assertions" : " 0.9.2" ,
58+ "web3" : " 1.7.4"
59+ },
60+ "devDependencies" : {
61+ "@nomicfoundation/hardhat-chai-matchers" : " 1.0.6" ,
62+ "@nomicfoundation/hardhat-network-helpers" : " latest" ,
63+ "@ethersproject/abi" : " latest" ,
64+ "@ethersproject/providers" : " latest" ,
65+ "@types/chai" : " latest" ,
66+ "@types/mocha" : " latest" ,
67+ "@types/node" : " latest" ,
68+ "ts-node" : " latest" ,
69+ "@nomiclabs/hardhat-web3" : " 2.0.0" ,
70+ "@nomiclabs/hardhat-etherscan" :" latest" ,
71+ "@typechain/ethers-v5" : " 10.2.0" ,
72+ "@typechain/hardhat" : " 6.1.5" ,
73+ "eslint" : " 8.1.0" ,
74+ "eslint-config-prettier" : " 6.11.0" ,
75+ "eslint-plugin-prettier" : " 3.1.4" ,
76+ "nodemon" : " 2.0.20" ,
77+ "prettier" : " 2.0.5" ,
78+ "solidity-coverage" : " 0.8.2" ,
79+ "typechain" : " 8.1.1" ,
80+ "typescript" : " 4.7.4"
81+ }
82+ }
0 commit comments