20 lines
574 B
JSON
20 lines
574 B
JSON
{
|
|
"name": "@edut/contracts",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "EDUT membership and entitlement contracts",
|
|
"scripts": {
|
|
"build": "hardhat compile",
|
|
"test": "hardhat test",
|
|
"check": "npm run build && npm run test",
|
|
"deploy:sepolia": "hardhat run scripts/deploy-membership.cjs --network baseSepolia",
|
|
"deploy:mainnet": "hardhat run scripts/deploy-membership.cjs --network base"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.2.3",
|
|
"chai": "^4.5.0",
|
|
"ethers": "^5.7.2",
|
|
"hardhat": "^2.22.18"
|
|
}
|
|
}
|