{
  "name": "stream-statics",
  "version": "0.7.1",
  "description": "Development server for testing and demonstrating front-end projects.",
  "main": "./build/stream-statics.js",
  "bin": {
    "stream-statics": "cli.js",
    "stst": "cli.js",
    "ststop": "stop.js"
  },
  "scripts": {
    "build": "tsc --resolveJsonModule",
    "pretest": "npm run build",
    "test": "c8 -r text node build/__tests__/test.js"
  },
  "type": "module",
  "types": "build/stream-statics.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ovanderzee/stream-statics.git"
  },
  "keywords": [
    "file",
    "asset",
    "resource",
    "http-server",
    "test tool",
    "cli-app",
    "cli"
  ],
  "author": "Onno van der Zee",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^24",
    "detect-port": "^1.5.1"
  },
  "devDependencies": {
    "@types/detect-port": "^1.3.5",
    "@types/mime-types": "^2.1.4",
    "c8": "^10.1.3",
    "typescript": "^5.9.3"
  }
}
