-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 KB
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
{
"author": "Mimiko Phonowell <phnonwell@gmail.com>",
"bugs": {
"url": "https://github.com/phonowell/shell/issues"
},
"description": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-unused-imports": "^4.3.0",
"fire-keeper": "^0.0.233",
"globals": "^17.0.0",
"prettier": "^3.7.4",
"radash": "^12.1.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"homepage": "https://github.com/phonowell/shell",
"keywords": [
"ahk",
"autohotkey",
"coffee-ahk",
"jQuery",
"js",
"lodash",
"shell"
],
"license": "MIT",
"name": "shell-ahk",
"repository": {
"type": "git",
"url": "https://github.com/phonowell/shell.git"
},
"scripts": {
"build": "pnpm task build",
"lint": "eslint \"src/**/*.{ts,tsx}\" \"tasks/**/*.ts\" --fix",
"task": "tsx tasks/index.ts",
"test": "pnpm task test",
"watch": "pnpm task watch"
},
"type": "module",
"url": "https://github.com/phonowell/shell",
"version": "0.0.37",
"main": "./dist/index.coffee",
"dependencies": {
"coffee-ahk": "^0.0.99"
}
}