diff --git a/package.json b/package.json new file mode 100644 index 0000000..df55eac --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "dsa-periphery-contract", + "version": "1.0.0", + "main": "index.js", + "repository": "https://github.com/Instadapp/dsa-periphery-contract.git", + "license": "MIT", + "dependencies": { + "@connext/interfaces": "^2.0.5", + "@openzeppelin/contracts": "^4.8.3" + } +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..c114cc3 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,13 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@connext/interfaces@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@connext/interfaces/-/interfaces-2.0.5.tgz#c9a5072a12ce7b6ce4e2f6eddfc8157aa0cb788f" + integrity sha512-b657mNb6z/kLGZMNhqDHJmYmPWa3QZYdtZ4TEjtrYe3289aO0dbRrMIEYd0fQVEtqNjPVl7YnwberfOmz1QehA== + +"@openzeppelin/contracts@^4.8.3": + version "4.8.3" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.8.3.tgz#cbef3146bfc570849405f59cba18235da95a252a" + integrity sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==