mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 07:08:17 -05:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@semaphore-protocol/hardhat",
|
|
"version": "4.13.2",
|
|
"description": "A Hardhat plugin to deploy Semaphore contracts.",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"exports": {
|
|
"types": "./dist/types/index.d.ts",
|
|
"require": "./dist/index.cjs",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"src/",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"repository": "https://github.com/semaphore-protocol/semaphore",
|
|
"homepage": "https://github.com/semaphore-protocol/semaphore/tree/main/packages/hardhat",
|
|
"bugs": {
|
|
"url": "https://github.com/semaphore-protocol/semaphore.git/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"hardhat": "^2.19.4",
|
|
"rimraf": "^5.0.5",
|
|
"rollup": "^4.12.0",
|
|
"rollup-plugin-cleanup": "^3.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"hardhat": "^2.19.4"
|
|
},
|
|
"dependencies": {
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.0",
|
|
"@semaphore-protocol/contracts": "4.13.2",
|
|
"ethers": "^6.13.4",
|
|
"hardhat-dependency-compiler": "^1.1.3"
|
|
}
|
|
}
|