{ "name": "kredits-contracts", "version": "7.0.0-beta.0", "description": "Ethereum contracts and npm wrapper for Kredits", "main": "./lib/kredits.js", "directories": { "test": "test" }, "scripts": { "wallet:create": "hardhat create-wallet", "devchain": "hardhat node --network hardhat", "deploy:dao": "hardhat run scripts/create-proxy.js", "postshrinkwrap": "node scripts/fix-package-lock.js &>/dev/null || true", "build": "npm run build:contracts && npm run build:json", "build:contracts": "hardhat compile --force", "build:json": "node ./scripts/build-json.js", "seeds": "hardhat run scripts/seeds.js", "fund": "hardhat fund", "bootstrap": "npm run build && npm run deploy:dao && npm run seeds", "repl": "hardhat console", "lint:contracts": "solhint \"contracts/**/*.sol\" \"apps/*/contracts/**/*.sol\"", "lint:contract-tests": "eslint apps/*/test", "lint:wrapper": "eslint lib/", "test": "hardhat test", "test:token": "cd apps/token && npm run test", "test:contributor": "cd apps/contributor && npm run test", "test:contribution": "cd apps/contribution && npm run test", "test:proposal": "cd apps/proposal && npm run test", "setup-git-hooks": "sh scripts/git-hooks/install" }, "repository": { "type": "git", "url": "git+https://github.com/67P/kredits-contracts.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/67P/kredits-contracts/issues" }, "homepage": "https://github.com/67P/kredits-contracts#readme", "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^1.0.3", "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-waffle": "^2.0.1", "@openzeppelin/contracts-upgradeable": "^4.3.2", "@openzeppelin/hardhat-upgrades": "^1.10.0", "async-each-series": "^1.1.0", "chai": "^4.3.6", "cli-table": "^0.3.1", "colors": "^1.0.3", "eslint": "^8.14.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eth-provider": "^0.11.0", "ethereum-block-by-date": "^1.4.0", "ethereum-waffle": "^3.4.0", "hardhat": "^2.6.4", "hardhat-deploy": "^0.11.4", "hardhat-deploy-ethers": "^0.3.0-beta.10", "homedir": "^0.6.0", "mocha": "^10.0.0", "promptly": "^3.0.3", "solhint": "^3.3.7", "truffle-hdwallet-provider": "^1.0.17", "truffle-hdwallet-provider-privkey": "^0.3.0", "web3-providers-ws": "^1.7.3", "yargs": "^15.0.0" }, "dependencies": { "@kosmos/schemas": "^3.1.0", "ethers": "^5.4.7", "ipfs-http-client": "^56.0.3", "multihashes": "^4.0.3", "node-fetch": "^2.6.0", "tv4": "^1.3.0" }, "keywords": [ "kosmos", "kredits" ] }