mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
First time build of the safe-chain binaries
This commit is contained in:
parent
72d6acaa7f
commit
b14ff4cb33
16 changed files with 608 additions and 53 deletions
|
|
@ -52,6 +52,7 @@
|
|||
"@types/node-forge": "^1.3.14",
|
||||
"@types/npm-registry-fetch": "^8.0.9",
|
||||
"@types/semver": "^7.7.1",
|
||||
"esbuild": "^0.27.0",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"main": "src/main.js",
|
||||
|
|
@ -63,5 +64,27 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/AikidoSec/safe-chain.git",
|
||||
"directory": "packages/safe-chain"
|
||||
},
|
||||
"pkg": {
|
||||
"targets": [
|
||||
"node22-linux-x64",
|
||||
"node22-linux-arm64",
|
||||
"node22-macos-x64",
|
||||
"node22-macos-arm64",
|
||||
"node22-win-x64",
|
||||
"node22-win-arm64"
|
||||
],
|
||||
"outputPath": "dist",
|
||||
"assets": [
|
||||
"node_modules/certifi/**/*"
|
||||
],
|
||||
"scripts": [
|
||||
"src/**/*.js",
|
||||
"bin/**/*.js"
|
||||
],
|
||||
"ignore": [
|
||||
"**/*.spec.js",
|
||||
"test/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue