{
  "name": "@zipadee/static",
  "version": "0.0.22",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "build": "wireit",
    "test": "wireit"
  },
  "keywords": [],
  "author": "",
  "homepage": "https://github.com/justinfagnani/zipadee#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justinfagnani/zipadee.git",
    "directory": "packages/static"
  },
  "license": "MIT",
  "description": "Static file serving utilities and middleware for Zipadee",
  "files": [
    "/index.{d.ts.map,d.ts,js.map,js}",
    "/lib/"
  ],
  "devDependencies": {
    "@types/node": "^22.15.17",
    "@types/supertest": "^6.0.2",
    "supertest": "^7.0.0"
  },
  "wireit": {
    "build": {
      "command": "tsc",
      "dependencies": [
        "../core:build"
      ],
      "files": [
        "src/**/*.ts",
        "tsconfig.json"
      ],
      "output": [
        "index.{js,js.map,d.ts,d.ts.map}",
        ".tsbuildinfo",
        "lib",
        "test/**/*_test.{js,js.map,d.ts,d.ts.map}"
      ],
      "clean": "if-file-deleted"
    },
    "test": {
      "command": "node --enable-source-maps --test --test-reporter=spec \"test/**/*_test.js\"",
      "dependencies": [
        "build"
      ],
      "files": []
    }
  },
  "dependencies": {
    "@zipadee/core": "^0.0.22"
  }
}
