{
  "name": "roundabout-lib",
  "version": "0.0.36",
  "description": "",
  "homepage": "https://github.com/bahrus/roundabout#readme",
  "bugs": {
    "url": "https://github.com/bahrus/roundabout/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bahrus/roundabout.git"
  },
  "license": "MIT",
  "author": "Bruce B. Anderson <anderson.bruce.b@gmail.com>",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "build": "tsc --skipLibCheck || exit 0",
    "serve": "node ./node_modules/spa-ssi/serve.js",
    "test": "npm run build && playwright test",
    "update": "ncu -u && npm install",
    "safari": "npx playwright wk http://localhost:8000",
    "chrome": "npx playwright cr http://localhost:8000"
  },
  "dependencies": {
    "assign-gingerly": "0.0.87"
  },
  "devDependencies": {
    "@playwright/test": "1.62.1",
    "spa-ssi": "0.0.27"
  }
}
