UNPKG

xrpl-evm-auditor

Version:

A Solidity static analysis tool for XRPL EVM sidechain. Detects common smart contract vulnerabilities.

44 lines (42 loc) 986 B
{ "name": "xrpl-evm-auditor", "version": "1.1.1", "description": "A Solidity static analysis tool for XRPL EVM sidechain. Detects common smart contract vulnerabilities.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "xrpl-evm-auditor": "./bin/cli.js" }, "scripts": { "build": "tsc", "start": "ts-node src/index.ts", "test": "jest" }, "keywords": [ "XRPL", "EVM", "Solidity", "Security", "Analyzer", "Static Analysis", "Smart Contracts" ], "author": "hiddenciphers <psolvyns@protonmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hiddenciphers/xrpl-evm-auditor.git" }, "dependencies": { "@solidity-parser/parser": "^0.13.0", "chalk": "^5.3.0", "commander": "^11.0.0" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.6", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }