diff --git a/package.json b/package.json new file mode 100644 index 0000000..277a11c --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "@symbioticfi/periphery", + "version": "1.0.0-devnet.1", + "description": "Symbiotic is a shared security protocol enabling decentralized networks to control and customize their own multi-asset restaking implementation.", + "homepage": "https://symbiotic.fi/", + "bugs": "https://github.com/symbioticfi/periphery/issues", + "license": "MIT", + "author": "Symbiotic Team", + "files": [ + "src/**/*", + "test/mocks/**/*", + "out/**/*.json" + ], + "repository": { + "type": "git", + "url": "https://github.com/symbioticfi/periphery.git" + }, + "keywords": [ + "solidity", + "ethereum", + "smart", + "contracts", + "security" + ], + "dependencies": { + "@openzeppelin/contracts": "5.0.2", + "@openzeppelin/contracts-upgradeable": "5.0.2" + } +}