diff --git a/package.json b/package.json new file mode 100644 index 000000000..09a67a063 --- /dev/null +++ b/package.json @@ -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 + } +}