-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@givepraise/reputation-token",
"version": "1.0.2",
"description": "Contracts for reputation tokens to be distributed accordingly to the community quantification of Praise.",
"files": [
"/contracts/ReputationToken.sol",
"/out/ReputationToken.sol/ReputationToken.json",
"/contracts/ReputationTokenFactory.sol",
"/out/ReputationTokenFactory.sol/ReputationTokenFactory.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/givepraise/reputation-token.git"
},
"keywords": [
"erc20",
"erc-20",
"ethereum"
],
"author": "givepraise",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/givepraise/reputation-token/issues"
},
"homepage": "https://github.com/givepraise/reputation-token#readme",
"devDependencies": {
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.1",
"dotenv": "^16.0.3",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"hardhat": "^2.12.4",
"typescript": "^4.9.4"
},
"dependencies": {}
}