forked from OpenZeppelin/openzeppelin-upgrades
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 970 Bytes
/
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
{
"name": "openzeppelin-upgrades",
"private": true,
"license": "MIT",
"scripts": {
"docs": "oz-docs",
"docs:watch": "oz-docs watch",
"prepare": "wsrun -ms compile:contracts && tsc -b",
"lint": "yarn lint:path .",
"lint:path": "eslint --ignore-path .gitignore --max-warnings 0",
"test": "tsc -b && wsrun -ms test",
"coverage": "nyc yarn test"
},
"devDependencies": {
"@openzeppelin/docs-utils": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"ethers": "^5.0.5",
"lerna": "^4.0.0",
"node-gyp-cache": "^0.2.1",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"typescript": "^4.0.0",
"wsrun": "^5.2.4"
},
"workspaces": {
"packages": [
"packages/plugin-hardhat",
"packages/core"
]
}
}