forked from superfluid-org/protocol-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 700 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "autowrap",
"description": "Open contracts that allow upgrading underlying token to supertokens based on running stream",
"version": "0.3.0",
"devDependencies": {
"@openzeppelin/contracts": "^4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.12.1",
"@superfluid-finance/metadata": "^1.6.0"
},
"license": "MIT",
"scripts": {
"test": "forge test",
"build": "forge build",
"deploy": "npx hardhat deploy --network",
"lint": "run-s lint:*",
"lint:sol": "solhint -w 0 contracts/*.sol contracts/*/*.sol && echo '✔ Your .sol files look good.'",
"check-updates": "ncu --target minor"
}
}