{
"name": "@jarkkojs/landstrip",
"version": "0.9.4",
"description": "Sandbox runner using Landlock, Seatbelt, and AppContainer",
"license": "Apache-2.0",
"homepage": "https://github.com/jarkkojs/landstrip#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jarkkojs/landstrip.git"
},
"bugs": {
"url": "https://github.com/jarkkojs/landstrip/issues"
},
"main": "lib/index.js",
"exports": "./lib/index.js",
"bin": {
"landstrip": "bin/landstrip.js"
},
"files": [
"bin",
"lib",
"README.md",
"LICENSE-APACHE-2.0"
],
"optionalDependencies": {
"@jarkkojs/landstrip-darwin-arm64": "0.9.4",
"@jarkkojs/landstrip-darwin-x64": "0.9.4",
"@jarkkojs/landstrip-linux-x64": "0.9.4",
"@jarkkojs/landstrip-win32-x64": "0.9.4"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
}
}