sboxd 0.1.9

Policy-driven command runner for sandboxed dependency installation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "compose-app",
  "version": "1.0.0",
  "description": "Example Node.js app with docker-compose and sbox",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "pg": "^8.13.3"
  }
}