-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "safient-tokens",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prettier": "prettier --write 'contracts/**/*.sol'",
"clean": "hardhat clean",
"compile": "hardhat compile",
"chain": "hardhat node",
"console": "hardhat console",
"test": "hardhat test --network hardhat",
"deploy": "hardhat run scripts/deploy.js && hardhat run scripts/publish.js",
"generate": "hardhat generate",
"account": "hardhat account",
"balance": "hardhat balance",
"build": "cd client && npm install && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.1",
"bip39": "2.5.0",
"chai": "^4.3.4",
"chalk": "^4.1.1",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.3.0",
"ethereumjs-wallet": "0.6.5",
"ethers": "^5.1.3",
"hardhat": "^2.2.0",
"prettier-plugin-solidity": "*",
"qrcode-terminal": "^0.12.0",
"ramda": "^0.27.1"
}
}