-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "private-airdrops",
"version": "1.0.0",
"description": "private airdrops",
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"scripts": "bash ./scripts/circuits.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TalDerei/Private-Airdrops.git"
},
"author": "Tal Derei",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/TalDerei/Private-Airdrops/issues"
},
"homepage": "https://github.com/TalDerei/Private-Airdrops#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/jasmine": "^4.0.3",
"@types/jest": "^27.4.1",
"@types/mocha": "^8.2.0",
"chai": "^4.3.6",
"circomlib": "^2.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.6",
"hardhat": "^2.9.3",
"ts-node": "^10.7.0"
},
"dependencies": {
"@harmony-js/core": "^0.1.57",
"@harmony-js/utils": "^0.1.56",
"@openzeppelin/contracts": "^4.5.0",
"@types/node": "^17.0.35",
"crypto": "^1.0.1",
"dotenv": "^16.0.0",
"fs": "^0.0.1-security",
"openzeppelin-solidity": "^2.2.0",
"tslib": "^2.4.0",
"typechain": "^3.0.0",
"wagmi": "^0.3.5"
}
}