forked from paxosglobal/usdp-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.61 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
47
48
49
50
{
"name": "pax",
"version": "0.0.1",
"description": "Paxos-issued USD-collateralized ERC20 stablecoin",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"truffle-abi": "cat build/contracts/USDPImplementationV3.json | jq -c .abi > USDP.abi",
"truffle-bin": "cat build/contracts/USDPImplementationV3.json | jq -r .bytecode > USDP.bin",
"compile": "truffle compile",
"coverage": "solidity-coverage",
"flatten-impl": "truffle-flattener contracts/USDPImplementationV3.sol > ./flattened/USDPImplementationV3.sol",
"flatten-proxy": "truffle-flattener ./contracts/zeppelin/AdminUpgradeabilityProxy.sol > ./flattened/AdminUpgradeabilityProxy.sol",
"ganache": "ganache-cli",
"migrate": "truffle migrate",
"solium": "solium -d contracts/ --fix",
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paxosglobal/pax-contracts.git"
},
"author": "PAXOS",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/paxosglobal/pax-contracts/issues"
},
"homepage": "https://github.com/paxosglobal/pax-contracts#readme",
"dependencies": {},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.10",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/hdwallet-provider": "^1.2.1",
"eth-sig-util": "^3.0.0",
"ganache-cli": "^6.12.2",
"solc": "^0.4.24",
"solidity-coverage": "^0.7.14",
"solium": "^1.2.5",
"truffle": "^5.1.63",
"truffle-flattener": "^1.5.0"
},
"resolutions": {
"axios": "^0.21.1",
"ajv": "^6.12.3",
"elliptic": "^6.0.0",
"diff": "^3.5.0"
}
}