{ "name": "ethereum", "version": "1.0.0", "description": "Smart contracts for aesthetic.computer", "main": "index.js", "scripts": { "build": "npx hardhat compilenode", "local:node": "npx hardhat node", "local:console": "npx hardhat console --network localhost", "local:deploy": "npx hardhat lwge:deploy --network localhost", "local:mint": "f() { npx hardhat lwge:mint --from $1 --network localhost; };f", "rinkeby:deploy": "npx hardhat lwge:deploy --network rinkeby", "rinkeby:mint": "f() { npx hardhat lwge:mint --from $1 --network rinkeby; };f", "rinkeby:verify": "f() { npx hardhat verify --network rinkeby $1; };f", "ropsten:deploy": "npx hardhat lwge:deploy --network ropsten", "ropsten:verify": "f() { npx hardhat verify --network ropsten $1; };f", "ropsten:mint": "f() { npx hardhat lwge:mint --from $1 --network ropsten; };f", "mainnet:console": "npx hardhat console --network mainnet", "mainnet:balance": "npx hardhat lwge:balance --network mainnet", "mainnet:deploy": "npx hardhat lwge:deploy --network mainnet", "mainnet:verify": "f() { npx hardhat verify --network mainnet $1; };f", "mainnet:mint": "f() { npx hardhat lwge:mint --from $1 --network mainnet; };f", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^2.0.0", "@nomiclabs/hardhat-etherscan": "^3.1.0", "hardhat": "^2.11.2", "mnemonics": "^1.1.3" }, "dependencies": { "@openzeppelin/contracts": "^4.7.3" } }