-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"author": "Mimiko Phonowell <[email protected]>",
"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"
}