UNPKG

@adraffy/blocksmith

Version:

Minimal Ethereum Testing Framework for Foundry + ethers

43 lines (42 loc) 897 B
{ "name": "@adraffy/blocksmith", "version": "0.1.53", "description": "Minimal Ethereum Testing Framework for Foundry + ethers", "type": "module", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "files": [ "./dist" ], "repository": { "type": "git", "url": "git+https://github.com/adraffy/blocksmith.js.git" }, "license": "MIT", "homepage": "https://github.com/adraffy/blocksmith.js#readme", "author": "raffy.eth", "scripts": { "start": "node test/deploy/test.js", "test": "node test/test-quick.js", "test-all": "node test/test-all.js", "build": "cp dist/index.d.mts dist/index.d.cts && rollup -c && npm pack" }, "dependencies": { "ethers": "^6.13.4" }, "devDependencies": { "rollup": "^4.24.0" }, "keywords": [ "Ethereum", "Solidity", "Foundry", "Forge", "Anvil", "Hardhat", "ENS", "Ethereum Naming System" ] }