forked from ScopeLift/staker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "staker",
"version": "1.0.1",
"description": "Staker is a flexible, configurable staking contract. Staker makes it easy to distribute onchain staking rewards for any ERC20 token, including DAO governance tokens. This file is included for compatibility with npm based development frameworks such as Hardhat.",
"author": "Contributors to https://github.com/ScopeLift/staker",
"files": [
"src/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ScopeLift/staker.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ScopeLift/staker/issues"
},
"homepage": "https://github.com/ScopeLift/staker#readme",
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}