mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add installer build scripts and configuration
This commit is contained in:
parent
fb3a8582a2
commit
3420290ea9
22 changed files with 1377 additions and 7 deletions
20
installer/agent/package.json
Normal file
20
installer/agent/package.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "@aikidosec/safe-chain-agent",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Long-running macOS agent for system-wide malware protection",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"chalk": "5.4.1",
|
||||
"certifi": "^14.5.15",
|
||||
"https-proxy-agent": "7.0.6",
|
||||
"ini": "^6.0.0",
|
||||
"make-fetch-happen": "14.0.3",
|
||||
"node-forge": "1.3.1",
|
||||
"npm-registry-fetch": "18.0.2",
|
||||
"semver": "7.7.2"
|
||||
},
|
||||
"author": "Aikido Security",
|
||||
"license": "AGPL-3.0-or-later"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue