{
  "name": "@litejs/cli",
  "version": "26.2.3",
  "description": "Command line tools for LiteJS framework",
  "license": "MIT",
  "author": "Lauri Rooden <lauri@rooden.ee>",
  "keywords": [
    "litejs",
    "framework",
    "test",
    "cli",
    "bench"
  ],
  "homepage": "https://litejs.com",
  "repository": "github:litejs/cli",
  "files": [
    ".gitignore",
    "*.js",
    "lib"
  ],
  "scripts": {
    "test": "node ./cli.js t test/index.js"
  },
  "dependencies": {
    "@litejs/dom": "26.2.0"
  },
  "bin": {
    "lj": "./cli.js"
  },
  "workspaces": [
    "test/dummy"
  ],
  "c8": {
    "exclude": [
      "test/**/*.js"
    ]
  }
}
