UNPKG

@blazeswap/contracts

Version:

Smart contracts for the BlazeSwap protocol

47 lines (46 loc) 1.27 kB
{ "name": "@blazeswap/contracts", "version": "1.1.0", "description": "Smart contracts for the BlazeSwap protocol", "keywords": [ "blazeswap", "contracts", "dex", "flare" ], "files": [ "contracts/*/interfaces", "artifacts/contracts/IgnoreMe.sol/IgnoreMe.json", "artifacts/contracts/*/interfaces/**/*.json", "!artifacts/contracts/**/*.dbg.json" ], "types": "./typechain-types/index.ts", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^2.0.2", "@types/chai": "^4.3.1", "@types/mocha": "^10.0.0", "@types/node": "^18.0.0", "abi-coder": "^4.0.0", "dotenv": "^16.0.0", "hardhat": "^2.9.9", "prettier": "^2.7.1", "prettier-plugin-solidity": "^1.0.0", "ts-node": "^10.7.0", "typescript": "^5.0.4" }, "scripts": { "check": "prettier ./contracts/ ./scripts/ ./test/ --check", "format": "prettier ./contracts/ ./scripts/ ./test/ --write", "build": "hardhat compile", "test": "hardhat test" }, "repository": { "type": "git", "url": "https://github.com/blazeswap/contracts.git" }, "license": "(GPL-3.0-or-later AND BUSL-1.1)", "bugs": { "url": "https://github.com/blazeswap/contracts/issues" }, "homepage": "https://blazeswap.xyz" }