CoolFace
Apppublic

Topq/agenthire-protocol

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
package.json33 linesDownload Raw Back to root
1{2  "name": "agenthire",3  "version": "1.0.0",4  "description": "",5  "main": "index.js",6  "scripts": {7    "test": "echo \"Error: no test specified\" && exit 1"8  },9  "keywords": [],10  "author": "",11  "license": "ISC",12  "devDependencies": {13    "@nomicfoundation/hardhat-chai-matchers": "^2.1.2",14    "@nomicfoundation/hardhat-ethers": "^3.0.8",15    "@nomicfoundation/hardhat-network-helpers": "^1.1.2",16    "@nomicfoundation/hardhat-toolbox": "^3.0.0",17    "@nomicfoundation/hardhat-verify": "^2.1.3",18    "@typechain/ethers-v6": "^0.5.1",19    "@typechain/hardhat": "^9.1.0",20    "@types/chai": "^4.3.20",21    "@types/mocha": "^10.0.10",22    "chai": "^4.5.0",23    "dotenv": "^16.6.1",24    "ethers": "^6.13.0",25    "hardhat": "^2.22.17",26    "hardhat-gas-reporter": "^2.3.0",27    "solidity-coverage": "^0.8.17",28    "ts-node": "^10.9.2",29    "typechain": "^8.3.2",30    "typescript": "^5.9.3"31  }32}33