{
  "name": "@lullad/wrapper",
  "version": "0.1.1",
  "description": "Lullad 通用 PTY wrapper：lullad-run -- <任意 CLI>，在終端底行常駐一行可點擊廣告",
  "keywords": [
    "cli",
    "pty",
    "terminal",
    "ads",
    "lullad"
  ],
  "homepage": "https://lullad.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/somethingwentwell/lullad.git",
    "directory": "packages/wrapper"
  },
  "bugs": {
    "url": "https://github.com/somethingwentwell/lullad/issues"
  },
  "license": "MIT",
  "author": "Warren Wong",
  "type": "module",
  "bin": {
    "lullad-run": "./dist/run.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "README.zh-TW.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "node-pty": "^1.1.0",
    "lullad": "0.1.1"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "postinstall": "node scripts/fix-perms.mjs"
  }
}