-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.55 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": "ptokens-router-contract",
"version": "2.4.0",
"description": "The pTokens interim-chain router contract & CLI",
"main": "cli.js",
"scripts": {
"lint": "npx eslint ./",
"test": "ENDPOINT=http://localhost:8545 npx hardhat test",
"tests": "ENDPOINT=http://localhost:8545 npx hardhat test",
"compile": "ENDPOINT=http://localhost:8545 npx hardhat compile",
"storage": "ENDPOINT=http://localhost:8545 node ./scripts/show-storage-slots"
},
"keywords": [
"pTokens",
"Provable",
"Defi",
"crypto"
],
"author": "Greg Kapka ([email protected])",
"license": "MIT",
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"docopt": "^0.6.2",
"dotenv": "^10.0.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8",
"hardhat-erc1820": "^0.1.0",
"hardhat-storage-layout": "^0.1.7",
"@pnetwork-association/ptokens-utils": "^3.2.2",
"ramda": "^0.27.1",
"truffle-flattener": "^1.5.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"ethereum-waffle": "^3.2.0",
"mocha": "^6.2.0"
}
}