pact-audit-free
Version:
Free smart contract security scanner using Slither static analysis
58 lines (57 loc) • 1.31 kB
JSON
{
"name": "pact-audit-free",
"version": "1.0.2",
"description": "Free smart contract security scanner using Slither static analysis",
"main": "dist/index.js",
"bin": {
"pact-audit-free": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"start": "node dist/index.js",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build",
"test": "node dist/index.js scan --help"
},
"keywords": [
"solidity",
"security",
"audit",
"slither",
"smart-contracts",
"blockchain",
"free",
"static-analysis",
"vulnerability"
],
"author": "Habify Labs",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"commander": "^11.1.0",
"chalk": "^4.1.2"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0",
"ts-node": "^10.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/habify-labs/pact-protocol-v1.git",
"directory": "pact-audit-free"
},
"homepage": "https://github.com/habify-labs/pact-protocol-v1/tree/main/pact-audit-free",
"bugs": {
"url": "https://github.com/habify-labs/pact-protocol-v1/issues"
}
}