From 7638d7234c4769b95e8e856751b975f23efb0dd2 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 29 Sep 2023 18:10:05 +0300 Subject: [PATCH] feat: add package.json (#231) * feat: add package.json * refactor: rename package --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..a38ebcff --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "@uniswap/permit2", + "description": "Low-overhead, next generation token approval/meta-tx system to make token approvals easier, more secure, and more consistent across applications", + "version": "1.0.0", + "bugs": "https://github.com/Uniswap/permit2/issues", + "keywords": [ + "ethereum", + "permit2", + "uniswap" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/Uniswap/permit2.git" + } +} \ No newline at end of file