{
  "name": "@test-runner/web",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "0.4.4",
  "description": "web-runner",
  "repository": "https://github.com/test-runner-js/web-runner",
  "keywords": [],
  "license": "MIT",
  "bin": {
    "web-runner": "./bin/cli.mjs"
  },
  "exports": "./index.mjs",
  "engines": {
    "node": ">=12.17"
  },
  "scripts": {
    "test": "test-runner test/*.mjs"
  },
  "dependencies": {
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "current-module-paths": "^1.1.0",
    "lws": "^4.1.0",
    "lws-static": "^3.1.0",
    "puppeteer": "^10.2.0",
    "rollup": "^2.56.2",
    "test-runner": "^0.9.8"
  },
  "devDependencies": {
    "@test-runner/tom": "^0.8.0"
  },
  "files": [
    "index.mjs",
    "bin",
    "ui"
  ],
  "standard": {
    "ignore": [
      "tmp"
    ]
  }
}
