mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Add installer changes
This commit is contained in:
parent
e765ccf303
commit
2158478894
13 changed files with 674 additions and 21 deletions
22
installer/package.json
Normal file
22
installer/package.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "@aikidosec/safe-chain-installer",
|
||||
"version": "1.0.0",
|
||||
"description": "Installer for Aikido Safe Chain - creates standalone binaries and installs system certificates",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"build:macos": "node build.js --platform=macos",
|
||||
"build:linux": "node build.js --platform=linux",
|
||||
"build:windows": "node build.js --platform=windows",
|
||||
"build:all": "node build.js --platform=all"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Aikido Security",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@yao-pkg/pkg": "^5.15.0",
|
||||
"esbuild": "^0.24.0"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue