Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Feb 4, 2025
1 parent c7ba949 commit 0592e7a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "@uniswap/v4-periphery",
"version": "1.0.0",
"description": "🦄 Peripheral smart contracts for interacting with Uniswap v4",
"repository": {
"type": "git",
"url": "git+https://github.com/Uniswap/v4-periphery.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Uniswap/v4-periphery/issues"
},
"homepage": "https://github.com/Uniswap/v4-periphery#readme",
"publishConfig": {
"access": "public",
"provenance": true
}
}

0 comments on commit 0592e7a

Please sign in to comment.