forked from elimu-ai/web3-smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 956 Bytes
/
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
{
"name": "community-token",
"version": "1.0.0",
"description": "ELIMU is the governance token used by the elimu.ai Community DAO. Active contributors get rewarded with ELIMU tokens, and token holders can participate in the community's decision-making.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elimu-ai/web3-smart-contracts.git"
},
"author": "elimu.ai Community DAO",
"license": "MIT",
"bugs": {
"url": "https://github.com/elimu-ai/web3-smart-contracts/issues"
},
"homepage": "https://github.com/elimu-ai/web3-smart-contracts#readme",
"devDependencies": {
"@openzeppelin/contracts": "^4.1.0",
"@openzeppelin/test-helpers": "^0.5.11",
"@truffle/hdwallet-provider": "^1.4.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"solc": "^0.8.0",
"truffle-plugin-verify": "^0.5.8"
}
}