web3-plugin-eas
Version:
Web3.js plugin for Ethereum Attestation Service(EAS)
40 lines (39 loc) • 891 B
JSON
{
"name": "web3-plugin-eas",
"version": "0.0.4",
"description": "Web3.js plugin for Ethereum Attestation Service(EAS)",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/eas-plugin.d.ts",
"keywords": [
"eas",
"eas-plugin",
"eas-web3",
"web3-plugin"
],
"scripts": {
"test": "jest --config=./test/jest.config.js",
"build": "tsc"
},
"peerDependencies": {
"web3": ">= 4.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3",
"web3": "^4.6.0"
},
"dependencies": {
"@ethereum-attestation-service/eas-sdk": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/web3dev279/web3-plugin-eas.git"
},
"bugs": {
"url": "https://github.com/web3dev279/web3-plugin-eas/issues"
}
}