{
  "author": "Mimiko Phonowell <phnonwell@gmail.com>",
  "bugs": {
    "url": "https://github.com/phonowell/coffee-ahk/issues"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "coffeescript": "^2.7.0",
    "cson": "^8.4.0",
    "fire-keeper": "^0.0.227",
    "iconv-lite": "^0.6.3",
    "kleur": "^4.1.5",
    "radash": "^12.1.0"
  },
  "description": "coffeescript -> ahk",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@types/cson": "^7.20.3",
    "@types/node": "^22.15.30",
    "@types/react": "^17.0.59",
    "@types/react-dom": "^17.0.20",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@typescript-eslint/parser": "^8.33.1",
    "@vitejs/plugin-react-swc": "^3.10.1",
    "eslint": "^9.28.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.4.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "eslint-plugin-unused-imports": "^4.1.4",
    "globals": "^16.2.0",
    "prettier": "^3.5.3",
    "rollup": "^4.42.0",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-ts": "^3.4.5",
    "terser": "^5.41.0",
    "ts-morph": "^26.0.0",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "unplugin-auto-import": "^19.3.0",
    "web-vitals": "^5.0.2"
  },
  "files": [
    "dist/**"
  ],
  "homepage": "https://github.com/phonowell/coffee-ahk",
  "keywords": [
    "ahk",
    "auto hotkey",
    "coffeescript",
    "javascript",
    "typescript"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "coffee-ahk",
  "repository": {
    "type": "git",
    "url": "https://github.com/phonowell/coffee-ahk.git"
  },
  "scripts": {
    "build": "pnpm task build && rollup -c --bundleConfigAsCjs",
    "lint": "eslint \"src/**/*.{ts,tsx}\" \"task/**/*.ts\" --fix",
    "task": "tsx task/index.ts",
    "test": "pnpm task test",
    "watch": "pnpm task watch"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "url": "https://github.com/phonowell/coffee-ahk",
  "version": "0.0.59"
}
