-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,5 @@ | ||
{ | ||
"name": "@latticexyz/std-contracts", | ||
"version": "2.0.0-next.3", | ||
"description": "MUD Contracts Standard Library", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/latticexyz/mud.git", | ||
"directory": "packages/std-contracts" | ||
}, | ||
"license": "MIT", | ||
"types": "./types/ethers-contracts/", | ||
"scripts": { | ||
"build": "pnpm run build:abi && pnpm run build:typechain", | ||
"build:abi": "forge build --extra-output-files abi --out abi --skip test script", | ||
"build:typechain": "typechain --target ethers-v5 'abi/**/*.sol/!(*.abi).json'", | ||
"clean": "pnpm run clean:abi && pnpm run clean:typechain", | ||
"clean:abi": "rimraf abi", | ||
"clean:typechain": "rimraf types", | ||
"lint": "solhint --config ./.solhint.json 'src/**/*.sol'", | ||
"test": "forge test" | ||
}, | ||
"devDependencies": { | ||
"@latticexyz/solecs": "workspace:*", | ||
"@solidstate/contracts": "^0.0.52", | ||
"@typechain/ethers-v5": "^10.2.0", | ||
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0", | ||
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1", | ||
"hardhat": "^2.10.2", | ||
"memmove": "https://github.com/dk1a/memmove.git#ffd71cd77b1708574ef46a667b23ca3a5cc9fa27", | ||
"solhint": "^3.3.7", | ||
"solmate": "https://github.com/transmissions11/solmate.git#9cf1428245074e39090dceacb0c28b1f684f584c", | ||
"typechain": "^8.1.1" | ||
}, | ||
"gitHead": "914a1e0ae4a573d685841ca2ea921435057deb8f" | ||
"private": true | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.