contracts/lib/forge-std/package.json 516 B raw
1
{
2
  "name": "forge-std",
3
  "version": "1.9.7",
4
  "description": "Forge Standard Library is a collection of helpful contracts and libraries for use with Forge and Foundry.",
5
  "homepage": "https://book.getfoundry.sh/forge/forge-std",
6
  "bugs": "https://github.com/foundry-rs/forge-std/issues",
7
  "license": "(Apache-2.0 OR MIT)",
8
  "author": "Contributors to Forge Standard Library",
9
  "files": [
10
    "src/**/*"
11
  ],
12
  "repository": {
13
    "type": "git",
14
    "url": "https://github.com/foundry-rs/forge-std.git"
15
  }
16
}