You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
513 B
JSON
17 lines
513 B
JSON
{
|
|
"name": "forge-std",
|
|
"version": "1.2.0",
|
|
"description": "Forge Standard Library is a collection of helpful contracts and libraries for use with Forge and Foundry.",
|
|
"homepage": "https://book.getfoundry.sh/forge/forge-std",
|
|
"bugs": "https://github.com/foundry-rs/forge-std/issues",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"author": "Contributors to Forge Standard Library",
|
|
"files": [
|
|
"src/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/foundry-rs/forge-std.git"
|
|
}
|
|
}
|