coffee-ahk
Version:
coffeescript -> ahk
73 lines (72 loc) • 2.06 kB
JSON
{
"author": "Mimiko Phonowell <phnonwell@gmail.com>",
"bugs": {
"url": "https://github.com/phonowell/coffee-ahk/issues"
},
"dependencies": {
"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.1"
},
"description": "coffeescript -> ahk",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/cson": "^7.20.3",
"@types/node": "^24.0.7",
"@types/react": "^17.0.87",
"@types/react-dom": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^9.30.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.5",
"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.6.2",
"rollup": "^4.44.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.4.5",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"unplugin-auto-import": "^19.3.0"
},
"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.69"
}