@credenza-web3/contracts
Version:
Credenza Contracts
66 lines (65 loc) • 1.86 kB
JSON
{
"name": "@credenza-web3/contracts",
"version": "0.1.50",
"description": "Credenza Contracts",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"chai": "^4.3.6",
"debug": "^4.3.4",
"dotenv": "^16.4.5",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.0",
"hardhat": "^2.10.2",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-packager": "^1.4.2",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@opengsn/contracts": "^3.0.0-beta.1",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "^4.7.3"
},
"files": [
"artifacts/*",
"typechain-types/*",
"sui/artifacts/*"
],
"repository": {
"type": "git",
"url": "https://github.com/credenza-web3/contracts.git"
},
"author": "Dmitry Fokin",
"license": "MIT",
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"prepare": "husky install",
"pre-commit-lint": "lint-staged",
"build:sui": "cd sui && ./build_for_publish.sh"
}
}