{ "name": "@helix-foundation/eco-id", "version": "1.1.0", "description": "The solidity contracts for the eco identity system", "scripts": { "test": "hardhat test", "compile": "hardhat compile", "build": "yarn compile", "deploy": "hardhat run scripts/deploy.ts --network localhost", "clean": "hardhat clean", "node": "hardhat node", "lint": "eslint --ext .js,.ts,.tsx .", "lint:fix": "eslint --fix --ext .js,.ts,.tsx .", "pretty": "prettier --check .", "pretty:fix": "prettier --write .", "sol": "solhint contracts/**/*.sol", "sol:fix": "solhint --fix contracts/**/*.sol", "lintall": "yarn lint && yarn pretty && yarn sol", "lintall:fix": "yarn lint:fix && yarn pretty:fix && yarn sol:fix", "format": "yarn lintall:fix", "publishRepo": "cd lib && npm publish", "publishLocal": "cd lib && npm pack", "prepareLib": "yarn build && npx ts-node scripts/publish/prepare.ts", "verifyEcoIDEtherscan": "npx hardhat verify --network mainnet --constructor-args arguments.js 0x5bc2Fa9426e882710d055C1A60F8cc93A31Edc58" }, "repository": { "type": "git", "url": "git+https://github.com/helix-foundation/eco-id.git" }, "keywords": [ "ethereum", "solidity", "nft", "identity" ], "author": "Stoyan Dimitrov", "license": "ISC", "bugs": { "url": "https://github.com/helix-foundation/eco-id/issues" }, "homepage": "https://github.com/helix-foundation/eco-id#readme", "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.1.1", "@nomiclabs/hardhat-etherscan": "^3.1.2", "@nomiclabs/hardhat-waffle": "^2.0.3", "@openzeppelin/hardhat-upgrades": "^1.22.0", "@typechain/ethers-v5": "^10.1.0", "@typechain/hardhat": "^6.1.3", "@types/chai": "^4.3.3", "@types/mocha": "^10.0.0", "@types/node": "^18.8.2", "@typescript-eslint/eslint-plugin": "^4.29.1", "@typescript-eslint/parser": "^4.29.1", "chai": "^4.3.6", "dotenv": "^16.0.0", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-chai-friendly": "^0.7.2", "eslint-plugin-import": "^2.23.4", "eslint-plugin-mocha": "^10.0.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-promise": "^5.1.0", "ethereum-waffle": "^3.4.4", "ethers": "^5.7.1", "hardhat": "^2.11.2", "hardhat-gas-reporter": "^1.0.4", "prettier": "^2.3.2", "prettier-plugin-solidity": "^1.0.0-beta.13", "solhint": "^3.3.6", "solhint-plugin-eco": "^0.1.0", "solidity-coverage": "^0.7.16", "ts-node": "^10.1.0", "typechain": "^8.1.0", "typescript": "^4.5.2" }, "dependencies": { "@openzeppelin/contracts": "^4.6.0", "@openzeppelin/contracts-upgradeable": "^4.8.0" } }