-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 949 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
29
30
31
32
33
34
35
{
"name": "gaindao-token",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"slither": "slither --exclude naming-convention,pragma,solc-version --filter \"node_modules/@openzeppelin/*\" --checklist . > slither.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GainDAO/token.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GainDAO/token/issues"
},
"homepage": "https://github.com/GainDAO/token#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@openzeppelin/contracts": "^4.7.0",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"ethers": "^5.6.9",
"hardhat": "^2.22.3"
},
"dependencies": {
"chartjs-node-canvas": "^4.1.6",
"csv-stringify": "^6.4.0",
"dotenv": "^10.0.0",
"md5": "^2.3.0"
}
}