We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
1 parent a223ec9 commit 5a39deeCopy full SHA for 5a39dee
1 file changed
package.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "@perimetersec/fuzzlib",
3
+ "version": "0.2.0",
4
+ "description": "Solidity Fuzzing Library",
5
+ "homepage": "https://github.com/perimetersec/fuzzlib#readme",
6
+ "author": "Perimeter <info@perimetersec.io>",
7
+ "license": "MIT",
8
+ "files": [
9
+ "src/**/*"
10
+ ],
11
+ "scripts": {
12
+ "test": "foundry test"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/perimetersec/fuzzlib.git"
17
18
+ "bugs": {
19
+ "url": "https://github.com/perimetersec/fuzzlib/issues"
20
21
+ "keywords": [
22
+ "solidity",
23
+ "fuzzing",
24
+ "library",
25
+ "security",
26
+ "echidna",
27
+ "medusa"
28
+ ]
29
+}
0 commit comments