@pvpbet/pvpbet
Version:
A decentralized PVP betting platform based on the Ethereum Virtual Machine (EVM).
57 lines (56 loc) • 1.77 kB
JSON
{
"name": "@pvpbet/pvpbet",
"version": "1.10.5",
"description": "A decentralized PVP betting platform based on the Ethereum Virtual Machine (EVM).",
"license": "MIT",
"scripts": {
"build": "npx hardhat clean && npx hardhat compile",
"net": "npx hardhat node",
"test": "npx hardhat test",
"release": "npm run build && npm run test && npm publish --access public",
"deploy": "npx hardhat ignition deploy ignition/modules/TestUSDC.ts --parameters ignition/parameters.json --network mainnet",
"deploy:test": "npx hardhat run scripts/deploy.ts --network hardhat",
"deploy:localhost": "npx hardhat run scripts/deploy.ts --network localhost",
"verify": "npx hardhat ignition verify chain-11155111"
},
"keywords": [
"eth",
"eth-contract",
"ethereum",
"ethereum-contract",
"evm",
"smart-contract",
"pvpbet"
],
"homepage": "https://github.com/pvpbet/pvpbet#readme",
"repository": {
"type": "git",
"url": "https://github.com/pvpbet/pvpbet.git"
},
"bugs": {
"url": "https://github.com/pvpbet/pvpbet/issues"
},
"files": [
"contracts",
"artifacts/contracts",
"!artifacts/contracts/**/*.dbg.json"
],
"devDependencies": {
"@nomicfoundation/hardhat-ignition-viem": "^0.15.5",
"@nomicfoundation/hardhat-ledger": "^1.0.3",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@openzeppelin/hardhat-upgrades": "^3.2.1",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"hardhat": "^2.22.17",
"hardhat-gas-reporter": "^2.2.1"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2"
},
"overrides": {
"hardhat-gas-reporter": "^2.2.1"
}
}