forked from animocabrands/ethereum-contracts-erc20_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1023 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
{
"name": "@cryptogesic/ethereum-contracts-erc20_base",
"version": "3.0.0",
"description": "Base ERC20 and ERC20-fees meta-transaction contracts",
"scripts": {
"compile": "./node_modules/@cryptogesic/ethereum-contracts-core_library/scripts/oz-compile.sh",
"test": "./node_modules/@cryptogesic/ethereum-contracts-core_library/scripts/oz-test.sh",
"coverage": "./node_modules/@cryptogesic/ethereum-contracts-core_library/scripts/coverage.sh",
"migrate": "./node_modules/@cryptogesic/ethereum-contracts-core_library/scripts/migrate.sh"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "[email protected]:animocabrands/ethereum-contracts-erc20_base.git"
},
"keywords": [
"solidity",
"ethereum",
"erc20"
],
"author": "Animoca Brands",
"license": "MIT",
"dependencies": {
"@openzeppelin/gsn-helpers": "^0.2.3",
"@openzeppelin/gsn-provider": "^0.1.10"
},
"devDependencies": {
"@cryptogesic/ethereum-contracts-core_library": "^3.0.0"
}
}