-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.93 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.93 KB
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
{
"name": "teller-tx-debug-suite",
"version": "1.1.2",
"license": "MIT",
"scripts": {
"forge": "forge",
"test": "DISABLE_LOGS=true TS_NODE_TRANSPILE_ONLY=1 TESTING=1 forge test -vvv",
"test_forked": "FOUNDRY_PROFILE=fork DISABLE_LOGS=true TS_NODE_TRANSPILE_ONLY=1 TESTING=1 forge test --rpc-url=http://127.0.0.1:8545 -vvvv",
"coverage": "DISABLE_LOGS=true TS_NODE_TRANSPILE_ONLY=1 TESTING=1 forge coverage --report summary",
"coverage-report": "forge coverage --report lcov && yarn ts-node scripts/output-branch-coverage-summary.ts",
"test:cover": "yarn test && yarn coverage",
"shell": "yarn solidity-shell",
"chain": "yarn hh node --no-deploy",
"anvil": "anvil",
"compile": "COMPILING=true yarn hh compile",
"build": "yarn clean && yarn compile --force && yarn tsc",
"verify": "yarn hh verify",
"verify-all": "yarn hh verify-all",
"migrate:new": "scripts/contract-migration/create-new.sh write",
"migrate:new:upgrade": "scripts/contract-migration/create-new.sh upgrade",
"migrate": "yarn hh deploy --tags migration",
"deploy": "yarn hh deploy",
"fork": "yarn hh fork",
"export": "yarn hh export:deployments",
"accounts": "yarn hh accounts",
"balance": "yarn hh balance",
"send": "yarn hh send",
"generate": "yarn ts-node helpers/generate-account.ts",
"account": "yarn hh account",
"format": "yarn format:sol && yarn format:ts --fix --quiet",
"format:ts": "eslint '**/*.ts'",
"format:sol": "prettier --config .prettierrc.yml --resolve-plugins-relative-to . --write --loglevel error '{contracts,tests}/**/*.sol'",
"git:future": "./scripts/git/future.sh",
"git:portal": "./scripts/git/portal.sh",
"publish": "yarn npm publish",
"clean": "yarn hh clean && ./scripts/clean.sh",
"prepacklegacy": "./scripts/prepack.sh",
"prepack": "node ./scripts/prepack.js",
"docs:build": "forge doc --out docs/",
"docs:serve": "forge doc --serve --port 3000",
"submodules:init": "git submodule update --init --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/teller-protocol/teller-protocol-v2.git",
"directory": "packages/contracts"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"**/*.sol",
"!**/*Mock.sol",
"!**/tests/**/*.sol",
"deployments/**/*",
"!deployments/hardhat/**/*",
"!deployments/localhost/**/*",
"build/**/*"
],
"devDependencies": {
"@eth-optimism/hardhat-ovm": "^0.2.2",
"@ethereumjs/vm": "^5.5.3",
"@ledgerhq/hw-app-eth": "6.45.10",
"@ledgerhq/hw-transport-node-hid": "6.29.8",
"@nomicfoundation/hardhat-ethers": "^3.1.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@openzeppelin/defender-admin-client": "^1.48.0",
"@openzeppelin/defender-base-client": "^1.48.0",
"@openzeppelin/hardhat-upgrades": "^2.3.1",
"@safe-global/protocol-kit": "6.1.0",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.5",
"@types/ethereumjs-abi": "^0.6.3",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.1",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chalk": "^4.1.1",
"disklet": "^0.5.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-kit": "0.15.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eth-sig-util": "^3.0.1",
"ethereum-waffle": "^3.4.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.7.0",
"fs-extra": "^10.0.0",
"ganache-cli": "^6.12.2",
"hardhat": "^2.16.1",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-deploy": "^0.11.34",
"hardhat-deploy-ethers": "^0.4.1",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-shorthand": "^1.0.0",
"mocha": "^9.1.3",
"moment": "^2.29.1",
"mustache": "^4.2.0",
"node-watch": "^0.7.1",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"qrcode-terminal": "^0.12.0",
"rlp": "^2.2.7",
"semver": "^7.3.5",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.17",
"solidity-shell": "^0.0.11",
"ts-node": "^10.3.0",
"tsconfig-paths": "^3.11.0",
"typechain": "^8.1.1",
"typescript": "^4.3.4"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"stableVersion": "3.1.2"
}