@woolball/commander-token-contracts
Version:
Commander token contracts
69 lines • 2.33 kB
JSON
{
"name": "@woolball/commander-token-contracts",
"description": "Commander token contracts",
"version": "0.0.1",
"files": [
"**/*.sol",
"/build/contracts/*.json",
"!/test/**/*"
],
"scripts": {
"publish-linux": "bash external_scripts/prepare-contracts-package.sh",
"prepare-publish": "external_scripts/prepare.sh",
"prepack-publish": "external_scripts/prepack.sh",
"compile": "hardhat compile",
"test": "hardhat test",
"deploy": "hardhat deploy",
"node": "hardhat node",
"lint:fix": "prettier --write \"**/*.{ts,js,sol}\" && tslint --fix --config tslint.json --project tsconfig.json && solhint contracts/**/*.sol",
"lint": "tslint --config tslint.json --project tsconfig.json && solhint contracts/**/*.sol",
"format": "prettier --check \"**/*.{ts,js,sol}\"",
"format:fix": "prettier --write \"**/*.{ts,js,sol}\"",
"clean": "hardhat clean && rimraf build contracts/build"
},
"repository": {
"type": "git",
"url": "https://github.com/woolballers/commander-token-contracts.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"token",
"woolball"
],
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.3",
"@openzeppelin/contracts": "^4.8.1",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/hardhat": "^6.1.5",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.17",
"babel-eslint": "^10.1.0",
"chai": "^4.3.7",
"ethers": "^5.7.2",
"hardhat": "^2.12.6",
"hardhat-deploy": "^0.11.22",
"hardhat-gas-reporter": "^1.0.9",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"rimraf": "^4.1.1",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typechain": "^8.1.1",
"typescript": "^4.9.4"
},
"dependencies": {}
}