{ "name": "@spiko/contracts", "description": "", "author": "Hadrien Croubois (@Amxx)", "version": "0.0.1", "license": "MIT", "files": [ "/contracts/**/*.sol", "/build/contracts/*.json" ], "scripts": { "prepublish": "rimraf artifacts build cache generated", "compile": "hardhat compile", "coverage": "COVERAGE=true hardhat coverage", "test": "hardhat test", "format": "prettier --write \"contracts/**/*.sol\"", "format:check": "prettier --check \"contracts/**/*.sol\"" }, "repository": { "type": "git", "url": "https://github.com/spiko-tech/contracts.git" }, "bugs": { "url": "https://github.com/spiko-tech/contracts/issues" }, "dependencies": { "@chainlink/contracts": "^0.8.0", "@openzeppelin/contracts": "^5.4.0", "@openzeppelin/contracts-upgradeable": "^5.4.0", "chai": "4.2.0", "hardhat-chai-matchers@2.0.6": "link:nomicfoundation/hardhat-chai-matchers@2.0.6" }, "devDependencies": { "@amxx/hre": "^0.2.1", "@nomicfoundation/hardhat-chai-matchers": "^2.0.3", "hardhat": "^2.22.3", "lodash.defaultsdeep": "^4.6.1", "prettier": "^3.2.5", "prettier-plugin-solidity": "^2.0.0" } }