-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.01 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
{
"name": "saas-demo-erc1155",
"version": "0.0.1",
"private": true,
"workspaces": {
"packages": [
"packages/hardhat"
]
},
"scripts": {
"account": "yarn workspace @saas-demo-erc1155/hardhat account",
"chain": "yarn workspace @saas-demo-erc1155/hardhat chain",
"fork": "yarn workspace @saas-demo-erc1155/hardhat fork",
"deploy": "yarn workspace @saas-demo-erc1155/hardhat deploy",
"verify": "yarn workspace @saas-demo-erc1155/hardhat verify",
"compile": "yarn workspace @saas-demo-erc1155/hardhat compile",
"generate": "yarn workspace @saas-demo-erc1155/hardhat generate",
"hardhat:lint": "yarn workspace @saas-demo-erc1155/hardhat lint",
"hardhat:lint-staged": "yarn workspace @saas-demo-erc1155/hardhat lint-staged",
"hardhat:test": "yarn workspace @saas-demo-erc1155/hardhat test",
"postinstall": "husky install",
"precommit": "lint-staged"
},
"packageManager": "[email protected]",
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.3"
}
}