{
  "name": "@loopstack/sandbox-example-workflow",
  "displayName": "Sandbox Example Workflow",
  "description": "An example workflow demonstrating how to use Docker sandbox containers for secure filesystem operations",
  "keywords": [
    "container",
    "docker",
    "example",
    "filesystem",
    "isolated",
    "sandbox",
    "workflow"
  ],
  "version": "0.7.4",
  "license": "MIT",
  "author": {
    "name": "Jakob Klippel",
    "url": "https://www.linkedin.com/in/jakob-klippel/"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./src/*": "./src/*"
  },
  "scripts": {
    "build": "nest build",
    "compile": "tsc --noEmit",
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "jest --passWithNoTests",
    "watch": "nest build --watch"
  },
  "dependencies": {
    "@loopstack/common": "^0.35.0",
    "@loopstack/sandbox-filesystem": "^0.7.4",
    "@loopstack/sandbox-tool": "^0.7.4",
    "@nestjs/common": "^11.1.19",
    "zod": "^4.3.6"
  },
  "files": [
    "dist",
    "src"
  ],
  "jest": {
    "testEnvironment": "node",
    "rootDir": "src",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testTimeout": 10000,
    "forceExit": true,
    "maxWorkers": 1
  }
}
