@animoca/ethereum-contracts-sale
Version:
85 lines (84 loc) • 3.65 kB
JSON
{
"name": "@animoca/ethereum-contracts-sale",
"version": "3.0.0-rc.2",
"description": "Solidity sale contracts",
"keywords": [
"animoca",
"ethereum",
"solidity",
"hardhat",
"contracts",
"sale"
],
"license": "MIT",
"author": "Animoca Brands",
"repository": {
"type": "git",
"url": "git@github.com:animoca/DEPRECATED-ethereum-contracts-sale.git"
},
"main": "src/index.js",
"scripts": {
"lint:js": "eslint \"**/*.{js,ts}\" --no-error-on-unmatched-pattern",
"lint:sol": "solhint \"contracts/**/*.sol\" -c node_modules/@animoca/ethereum-contracts-core/.solhint.json",
"lint": "run-s lint:js lint:sol",
"fix:js": "eslint --fix \"**/*.{js,ts}\" --no-error-on-unmatched-pattern",
"fix:sol": "solhint --fix \"contracts/**/*.sol\" -c node_modules/@animoca/ethereum-contracts-core/.solhint.json",
"fix": "run-s fix:js fix:sol",
"format:js": "prettier --write \"**/*.{ts,js}\"",
"format:sol": "prettier --write \"**/*.sol\"",
"format": "run-s format:js format:sol",
"compile": "hardhat compile --show-stack-traces",
"flatten": "hardhat flatten-all --show-stack-traces",
"smartcheck": "smartcheck -p contracts &> smartcheck.log",
"test": "hardhat test --show-stack-traces",
"coverage": "hardhat coverage --show-stack-traces",
"ganache": "ganache-cli -g 1000000000",
"gas-report": "wait-on tcp:8545 && cross-env REPORT_GAS=true hardhat --network localhost test --show-stack-traces",
"doc:sol": "hardhat docgen --show-stack-traces",
"doc": "run-s doc:sol",
"clean:vscode": "rm -rf .vscode/extensions.json .vscode/launch.json .vscode/settings.json",
"clean:compile": "rm -rf cache",
"clean:artifacts:soft": "find \"artifacts/*\" | grep -v '^artifacts/build-info\\|^artifacts/contracts' | xargs rm -rf",
"clean:artifacts:hard": "rm -rf artifacts",
"clean:flatten": "rm -rf flattened",
"clean:smartcheck": "rm -rf \"smartcheck*\"",
"clean:coverage": "rm -rf \"coverage*\" \".coverage*\"",
"clean:doc": "rm -rf docs",
"clean:contracts": "run-p clean:compile clean:artifacts:soft clean:flatten clean:smartcheck clean:coverage clean:doc",
"clean": "run-s clean:contracts",
"run-all:contracts": "run-s format fix clean:contracts clean:artifacts:hard compile flatten smartcheck test coverage doc",
"run-all": "run-s run-all:contracts",
"release:private": "animoca-release-package private",
"release:public": "animoca-release-package public"
},
"devDependencies": {
"@animoca/blockchain-inventory_metadata": "=0.1.0",
"@animoca/ethereum-contracts-assets": "^1.1.4",
"@animoca/ethereum-contracts-core": "^2.0.0-rc.0",
"@animoca/ethereum-contracts-core-1.1.2": "npm:@animoca/ethereum-contracts-core@2.0.0-rc.0",
"@animoca/ethereum-hardhat-bootstrap": "^2.0.0-rc.0",
"@openzeppelin/contracts": "=4.9.1",
"@uniswap/v2-core": "=1.0.1",
"@uniswap/v2-periphery": "=1.1.0-beta.0",
"chai": "^4.3.7",
"eslint": "^8.42.0",
"eslint-config-mocha": "^0.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-prettier": "^4.2.1",
"ethereum-universal-forwarder": "^0.1.4",
"ethers": "^5.7.2",
"hardhat": "^2.15.0",
"hardhat-deploy": "^0.11.30",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.4.1",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2",
"solidity-docgen": "^0.6.0-beta.35"
}
}