UNPKG

solidity-sentinel

Version:

A tool to analyze Ethereum smart contracts using Slither and provide solutions using OpenAI.

26 lines (25 loc) 576 B
{ "name": "solidity-sentinel", "version": "1.0.3", "description": "A tool to analyze Ethereum smart contracts using Slither and provide solutions using OpenAI.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "solidity", "slither", "ethereum", "smart-contract", "audit" ], "author": "Suraj Gyaneshwar Waghmare", "license": "MIT", "dependencies": { "dotenv": "^16.4.7", "ethers": "^6.13.4", "exceljs": "^4.4.0", "openai": "^4.77.0" } }