{
  "name": "@plugjs/tsrun",
  "version": "0.7.11",
  "type": "module",
  "module": "./dist/cli.mjs",
  "types": "./dist/cli.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/cli.d.mts",
        "default": "./dist/cli.mjs"
      }
    }
  },
  "bin": {
    "tsrun": "dist/tsrun.mjs"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "build": "./build.sh",
    "test": "./test.sh"
  },
  "author": "Juit Developers <developers@juit.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "esbuild": "^0.28.2"
  },
  "devDependencies": {
    "@plugjs/cov8": "^0.7.7",
    "@plugjs/eslint-plugin": "^0.7.10",
    "@types/node": "<23",
    "@types/yargs-parser": "^21.0.3",
    "typescript": "<7",
    "yargs-parser": "^22.0.0"
  },
  "files": [
    "*.md",
    "dist/",
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/plugjs/tsrun.git"
  },
  "keywords": [
    "node",
    "runtime",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/plugjs/tsrun/issues"
  },
  "homepage": "https://github.com/plugjs/tsrun#readme"
}
