UNPKG

@oasisprotocol/sapphire-hardhat

Version:
55 lines 1.59 kB
{ "name": "@oasisprotocol/sapphire-hardhat", "license": "Apache-2.0", "version": "2.22.3", "description": "A Hardhat plugin for developing on the Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/hardhat", "repository": { "type": "git", "url": "https://github.com/oasisprotocol/sapphire-paratime.git" }, "keywords": [ "sapphire", "paratime", "hardhat" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "src/" ], "dependencies": { "@oasisprotocol/sapphire-paratime": "^2.3.0" }, "devDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.5", "@nomicfoundation/hardhat-ignition": "^0.15.1", "@nomicfoundation/hardhat-ignition-ethers": "^0.15.1", "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.1.0", "@types/chai": "~4.3.14", "@types/mocha": "^9.1.1", "@types/node": "^18.19.31", "chai": "~4.3.7", "ethers": "6.x", "hardhat": "2.x", "mocha": "^10.4.0", "prettier": "^2.8.8", "ts-node": "^8.10.2", "typechain": "^8.3.2", "typedoc": "^0.25.13", "typescript": "5.x" }, "peerDependencies": { "hardhat": "2.x" }, "scripts": { "lint": "prettier --cache --ignore-path .gitignore --check .", "format": "prettier --cache --ignore-path .gitignore --write .", "build": "tsc -p tsconfig.build.json", "test-hardhat": "hardhat test", "test": "hardhat --network sapphire-localnet test" } }