-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.04 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": "tradestars-token",
"version": "1.0.0",
"description": "TradeStars Token Contracts",
"directories": {
"test": "test"
},
"devDependencies": {
"@gnosis.pm/mock-contract": "^4.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.0.0",
"@openzeppelin/test-environment": "^0.1.9",
"@openzeppelin/test-helpers": "^0.5.10",
"bn-chai": "^1.0.1",
"chai": "^4.3.4",
"hardhat": "^2.1.2",
"web3": "^1.3.5"
},
"scripts": {
"lint": "npx eslint test && npx solium -d contracts",
"coverage": "npx truffle run coverage --temp build",
"lint:fix": "npx eslint --fix test && npx solium -d contracts --fix"
},
"repository": {
"type": "git",
"url": "[email protected]:tradestars-app/tradestars-token.git"
},
"author": "Christian Hentschel",
"license": "MIT",
"bugs": {
"url": "https://github.com/tradestars-app/tradestars-token/issues"
},
"homepage": "https://github.com/tradestars-app/tradestars-token#readme"
}