Skip to content

Commit

Permalink
Merge pull request #28 from symbioticfi/add-package-json
Browse files Browse the repository at this point in the history
Add package.json
  • Loading branch information
1kresh authored Aug 30, 2024
2 parents 9e81d85 + 4650e5a commit 7034b90
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "symbiotic-core",
"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/core/issues",
"license": "BUSL-1.1",
"author": "Symbiotic Team",
"files": [
"src/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/symbioticfi/core.git"
}
}

0 comments on commit 7034b90

Please sign in to comment.