forked from pcaversaccio/payfoot-token-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "payfoot-token-contract",
"version": "1.0.0",
"description": "This is PayFoot's ERC-20 smart contract, whose tokens are used as stablecoins in their ecosystem.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.appswithlove.net/payfoot/payfoot-token-contract.git"
},
"bugs": {
"url": "https://gitlab.appswithlove.net/payfoot/payfoot-token-contract/-/issues"
},
"keywords": [
"smartcontract",
"payfoot",
"solidity",
"ethereum",
"erc20",
"awl"
],
"author": "Pascal Marco Caversaccio, Apps with love AG",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@truffle/hdwallet-provider": "^1.4.1",
"bignumber.js": "^9.0.1",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.0.10",
"ethereumjs-wallet": "^1.0.1",
"truffle-plugin-verify": "^0.5.10"
},
"devDependencies": {
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.12",
"eslint": "^7.30.0",
"hardhat": "^2.4.1",
"web3": "^1.4.0"
}
}