-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "@make-everything-simple/erc20-base-max-supply",
"scripts": {
"lint": "solhint contracts/**/*.sol",
"build": "npx thirdweb@5.24.0 detect",
"deploy": "npx thirdweb@5.24.0 deploy",
"publish": "npx thirdweb@5.24.0 publish",
"deploy:hardhat": "npx hardhat ignition deploy ./ignition/modules/TokenMaxSupply.js --network sepolia"
},
"devDependencies": {
"@matterlabs/hardhat-zksync-solc": "^1.1.4",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.4",
"hardhat": "^2.22.4"
},
"dependencies": {
"@nomicfoundation/solidity-analyzer-darwin-x64": "^0.1.1",
"@thirdweb-dev/contracts": "^3.15.0",
"zksync-web3": "^0.17.1"
},
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/make-everything-simple/erc20-base-max-supply.git"
},
"keywords": [
"erc20",
"erc20-max-supply",
"thirdweb",
"contract",
"smart-contract"
],
"author": "make-everything-simple",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}