-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
140 lines (140 loc) · 5.24 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@defi-wonderland/keep3r-v2",
"version": "1.0.0",
"description": "The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs",
"keywords": [
"ethereum",
"smart",
"contracts",
"test",
"solidity",
"hardhat",
"keep3r",
"KP3R"
],
"repository": {
"type": "git",
"url": "git+https://github.com/keep3r-network/keep3r-network-v2.git"
},
"license": "MIT",
"author": {
"name": "DeFi Wonderland",
"url": "https://github.com/defi-wonderland"
},
"files": [
"solidity/contracts",
"solidity/interfaces",
"artifacts/solidity/**/*.json",
"!artifacts/solidity/**/**/*.dbg.json",
"typechained",
"types",
"!.env",
"!**/.DS_Store"
],
"scripts": {
"compile": "hardhat compile",
"compile:test": "cross-env TEST=true hardhat compile",
"compile:size": "hardhat compile && hardhat size-contracts",
"coverage": "TEST=true hardhat coverage",
"docs": "./docgen.sh",
"deploy": "hardhat deploy",
"deploy:testnet": "yarn deploy --network goerli --tags job-for-test",
"deploy:testnet:verify": "yarn deploy --network goerli --tags verify-testnet",
"deploy:sidechain": "yarn deploy --network optimisticEthereum --tags keep3r-sidechain",
"deploy:sidechain:verify": "yarn deploy --network optimisticEthereum --tags verify-sidechain",
"deploy:sidechain:testnet": "yarn deploy --network optimisticGoerli --tags job-rated-for-test",
"deploy:sidechain:testnet:verify": "yarn deploy --network optimisticGoerli --tags verify-sidechain-testnet",
"fork:node": "cross-env FORK=true hardhat node",
"fork:script": "cross-env FORK=true hardhat run",
"lint:check": "cross-env solhint 'contracts/**/*.sol' 'interfaces/**/*.sol' && cross-env prettier --check './**'",
"lint:fix": "sort-package-json && cross-env prettier --write './**' && cross-env solhint --fix 'contracts/**/*.sol' 'interfaces/**/*.sol'",
"prepare": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"release": "standard-version",
"mocha:run": "cross-env TEST=true mocha",
"test": "yarn compile:test && yarn mocha:run",
"test:parallel": "yarn compile:test && yarn mocha:run --parallel",
"test:all": "yarn test './test/e2e/**/*.spec.ts' && yarn mocha:run './test/unit/**/*.spec.ts'",
"test:all:parallel": "yarn test:parallel './test/e2e/**/*.spec.ts' ./test/unit/**/*.spec.ts",
"test:e2e": "yarn test './test/e2e/**/*.spec.ts'",
"test:e2e:parallel": "yarn test:parallel './test/e2e/**/*.spec.ts'",
"test:e2e:nocompile": "yarn mocha:run './test/e2e/**/*.spec.ts'",
"test:gas": "cross-env REPORT_GAS=1 TEST=true npx hardhat test",
"test:unit": "yarn test './test/unit/**/*.spec.ts'",
"test:unit:parallel": "yarn test:parallel './test/unit/**/*.spec.ts'",
"test:unit:nocompile": "yarn mocha:run './test/unit/**/*.spec.ts'",
"deploy:mainnet": "hardhat deploy --tags mainnet --network mainnet"
},
"resolutions": {
"@ethereumjs/block": "3.4.0",
"@ethereumjs/blockchain": "5.4.0",
"@ethereumjs/common": "2.4.0",
"@ethereumjs/tx": "3.3.0",
"@ethereumjs/vm": "5.5.2",
"@solidity-parser/parser": "0.13.2"
},
"dependencies": {
"@openzeppelin/contracts": "4.3.0"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@defi-wonderland/smock": "2.2.0",
"@ethersproject/abi": "5.4.0",
"@ethersproject/abstract-provider": "5.4.0",
"@ethersproject/abstract-signer": "5.4.0",
"@ethersproject/bytes": "5.4.0",
"@ethersproject/providers": "5.4.0",
"@nomiclabs/ethereumjs-vm": "4.2.2",
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-etherscan": "3.1.2",
"@nomiclabs/hardhat-solhint": "2.0.0",
"@nomiclabs/hardhat-waffle": "2.0.3",
"@typechain/ethers-v5": "7.0.1",
"@typechain/hardhat": "2.3.0",
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.5",
"@types/lodash": "4.14.170",
"@types/mocha": "8.2.2",
"@types/node": "16.0.0",
"@uniswap/v2-core": "1.0.1",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"@uniswap/v3-core": "1.0.0",
"@uniswap/v3-periphery": "1.1.1",
"aws-sdk": "2.926.0",
"axios": "0.21.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"cross-env": "7.0.3",
"dotenv": "10.0.0",
"ethereum-waffle": "3.4.0",
"ethers": "5.4.5",
"hardhat": "2.10.2",
"hardhat-contract-sizer": "2.0.3",
"hardhat-deploy": "0.11.4",
"hardhat-gas-reporter": "1.0.4",
"hardhat-preprocessor": "0.1.4",
"husky": "6.0.0",
"inquirer": "8.1.1",
"keep3r-v1-deploy": "defi-wonderland/keep3r-v1-deploy",
"lodash": "4.17.21",
"mocha": "9.0.1",
"moment": "2.29.1",
"pinst": "2.1.6",
"prettier": "2.3.1",
"prettier-plugin-organize-imports": "2.3.3",
"prettier-plugin-solidity": "1.0.0-beta.13",
"solc-0.8": "npm:[email protected]",
"solhint": "3.3.6",
"solhint-plugin-prettier": "0.0.5",
"solidity-coverage": "0.7.16",
"solidity-docgen": "0.5.16",
"sort-package-json": "1.50.0",
"standard-version": "9.3.0",
"ts-node": "10.0.0",
"tsconfig-paths": "3.9.0",
"typechain": "7.0.1",
"typescript": "4.6.2"
}
}