UNPKG

hardhat-deployed-records

Version:
41 lines (40 loc) 893 B
{ "name": "hardhat-deployed-records", "version": "0.3.6", "description": "Hardhat plugin for deploying records", "repository": "github:xiaosongfu/hardhat-deployed-records", "author": "xiaosongfu", "license": "MIT", "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-plugin", "deployed", "deployed records" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/", "src/" ], "scripts": { "prettier": "prettier --write 'src/**/*.{js,ts}'", "test": "mocha --exit --recursive 'test/**/*.{js,ts}'", "build": "tsc" }, "dependencies": { "mustache": "^4.2.0" }, "devDependencies": { "@types/mocha": "^10.0.1", "@types/mustache": "^4.2.2", "mocha": "^10.2.0", "prettier": "^3.0.0", "typescript": "^4.9.5" }, "peerDependencies": { "hardhat": "^2.0.0" } }