coffee-ahk
Version:
coffeescript -> ahk
64 lines (63 loc) • 1.6 kB
JSON
{
"author": "Mimiko Phonowell <phnonwell@gmail.com>",
"bugs": {
"url": "https://github.com/phonowell/coffee-ahk/issues"
},
"dependencies": {
"coffeescript": "^2.7.0",
"fire-keeper": "^0.0.233",
"iconv-lite": "^0.7.1",
"radash": "^12.1.1"
},
"description": "coffeescript -> ahk",
"devDependencies": {
"@types/cson": "^7.20.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^25.0.2",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"esbuild": "^0.27.1",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"files": [
"dist/**",
"README.md",
"USAGE.md",
"license.md",
"docs/**/*.md"
],
"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",
"lint": "eslint \"src/**/*.ts\" \"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.99"
}