mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
39 lines
936 B
JSON
39 lines
936 B
JSON
{
|
|
"name": "@aikidosec/safe-chain-bun",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "src/index.js",
|
|
"bin": {
|
|
"safe-chain-bun": "bin/safe-chain-bun.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test --experimental-test-module-mocks 'src/**/*.spec.js'"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"bun": "./src/index.js",
|
|
"default": "./src/index.js"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"bun",
|
|
"security",
|
|
"scanner",
|
|
"malware",
|
|
"aikido"
|
|
],
|
|
"author": "Aikido Security",
|
|
"license": "AGPL-3.0-or-later",
|
|
"description": "Aikido Security Scanner for Bun package manager - detects malware and security threats during package installation",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AikidoSec/safe-chain.git",
|
|
"directory": "packages/safe-chain-bun"
|
|
},
|
|
"dependencies": {
|
|
"@aikidosec/safe-chain": "file:../safe-chain"
|
|
},
|
|
"peerDependencies": {
|
|
"bun": ">=1.2.21"
|
|
}
|
|
}
|