-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.56 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
{
"name": "epns-smart-contracts-staging",
"version": "1.0.0",
"description": "Smart Contracts of EPNS for tokens and timelocks",
"main": "app.js",
"scripts": {
"start": "node app.js",
"generate-merkle-root": "node scripts/generate-merkle-root.js",
"verify-merkle-root": "node scripts/verify-merkle-root.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-push-notification-service/epns-smart-contracts-staging.git"
},
"author": "Ethereum Push Notification Service",
"license": "ISC",
"bugs": {
"url": "https://github.com/ethereum-push-notification-service/epns-smart-contracts-genesis/issues"
},
"homepage": "https://github.com/ethereum-push-notification-service/epns-smart-contracts-genesis#readme",
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "3.1.7",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@nomiclabs/hardhat-web3": "2.0.0",
"@openzeppelin/test-helpers": "0.5.15",
"chai": "4.2.0",
"chalk": "4.1.2",
"ethereum-waffle": "3.2.1",
"ethers": "5.0.24",
"hardhat-gas-reporter": "1.0.4"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "file:local/nomiclabs-hardhat-ethers-v2.0.2-rc.1-custom.tgz",
"@openzeppelin/contracts": "4.8.3",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"bip39": "3.0.3",
"cryptr": "6.0.2",
"dotenv": "8.2.0",
"eip-712": "0.4.2",
"envfile": "6.14.0",
"ethereumjs-wallet": "1.0.1",
"hardhat": "file:local/hardhat-v2.0.8-custom.tgz",
"mocha": "8.2.1",
"moments": "0.0.2",
"qrcode-terminal": "0.12.0"
}
}