Skip to content

Commit

Permalink
Add package.json to be able to publish to NPM (#15)
Browse files Browse the repository at this point in the history
* Add `package.json` to be able to publish to NPM

* Add "echidna" and "medusa" keywords
  • Loading branch information
rappie authored Mar 20, 2024
1 parent a223ec9 commit 5a39dee
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "@perimetersec/fuzzlib",
"version": "0.2.0",
"description": "Solidity Fuzzing Library",
"homepage": "https://github.com/perimetersec/fuzzlib#readme",
"author": "Perimeter <info@perimetersec.io>",
"license": "MIT",
"files": [
"src/**/*"
],
"scripts": {
"test": "foundry test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perimetersec/fuzzlib.git"
},
"bugs": {
"url": "https://github.com/perimetersec/fuzzlib/issues"
},
"keywords": [
"solidity",
"fuzzing",
"library",
"security",
"echidna",
"medusa"
]
}

0 comments on commit 5a39dee

Please sign in to comment.