{
  "name": "@potch/minifw",
  "version": "3.3.0",
  "description": "dinky libraries for dinky apps",
  "main": "src/fw.js",
  "type": "module",
  "scripts": {
    "test": "vitest run",
    "start": "npx onchange -ik src/*.js build.sh 'demo/*' -- npm run go",
    "go": "npm test && ./build.sh && node src/server.adapter.js ../demo/app.js",
    "demo": "tinyserve . -w index.min.js",
    "marky": "./build.sh && node src/marky.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@potch/tinyserve": "^1.3.0",
    "htm": "^3.1.1",
    "onchange": "^7.1.0",
    "rollup": "^4.27.4",
    "terser": "^5.29.1",
    "vitest": "^2.1.6"
  }
}
