UNPKG

coffee-ahk

Version:
72 lines (71 loc) 2.06 kB
{ "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.214", "iconv-lite": "^0.6.3", "kleur": "^4.1.5", "lodash": "^4.17.21" }, "description": "coffeescript -> ahk", "devDependencies": { "@llc1123/eslint-config": "^1.9.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@swc/core": "^1.4.11", "@types/cson": "^7.20.3", "@types/lodash": "^4.17.0", "@types/node": "^20.11.30", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.2.5", "rollup": "^4.13.2", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^3.4.5", "rollup-plugin-visualizer": "^5.12.0", "ts-node": "^10.9.2", "tslib": "^2.6.2", "typescript": "^5.4.3" }, "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": { "alice": "ts-node --swc task/alice", "build": "pnpm alice forbid && rollup -c --bundleConfigAsCjs", "lint": "eslint src --ext ts,tsx --fix --max-warnings 0 --report-unused-disable-directives", "test": "pnpm alice test", "watch": "pnpm alice watch" }, "sideEffects": false, "types": "./dist/index.d.ts", "url": "https://github.com/phonowell/coffee-ahk", "version": "0.0.55" }