-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 978 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "evm-cortex",
"version": "1.0.2",
"description": "Ethereum protocol engineering squad for Solidity development, security auditing, DeFi, and smart contract testing",
"type": "module",
"bin": {
"evm-cortex": "./bin/cli.mjs"
},
"files": [
"agents/",
"skills/",
"hooks/dist/",
"hooks/hooks.json",
"rules/",
"plugin.json",
"bin/",
"install.sh",
"CLAUDE.md",
"AGENTS.md"
],
"keywords": [
"ethereum",
"solidity",
"smart-contracts",
"defi",
"security-audit",
"foundry",
"evm",
"claude-code",
"ai-agents",
"web3"
],
"author": "ccashwell (https://github.com/ccashwell)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ccashwell/evm-cortex.git"
},
"homepage": "https://github.com/ccashwell/evm-cortex#readme",
"bugs": {
"url": "https://github.com/ccashwell/evm-cortex/issues"
},
"engines": {
"node": ">=18"
}
}