-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"author": "Mimiko Phonowell <[email protected]>",
"bugs": {
"url": "https://github.com/phonowell/shell/issues"
},
"description": "",
"devDependencies": {
"@llc1123/eslint-config": "^1.5.0",
"@swc/core": "^1.3.42",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"coffee-ahk": "^0.0.52",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fire-keeper": "^0.0.209",
"lodash": "^4.17.21",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"homepage": "https://github.com/phonowell/shell",
"keywords": [
"ahk",
"autohotkey",
"coffee-ahk",
"jQuery",
"js",
"lodash",
"shell"
],
"license": "MIT",
"main": "dist/index.ahk",
"name": "shell-ahk",
"repository": {
"type": "git",
"url": "https://github.com/phonowell/shell.git"
},
"scripts": {
"alice": "ts-node --swc task/alice",
"build": "pnpm alice build",
"test": "pnpm alice test",
"watch": "pnpm alice watch"
},
"url": "https://github.com/phonowell/shell",
"version": "0.0.36"
}