forked from phonowell/genshin-impact-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"author": "Mimiko Phonowell <[email protected]>",
"bugs": {
"url": "https://github.com/phonowell/genshin-impact-script/issues"
},
"dependencies": {
"coffee-ahk": "^0.0.43",
"fire-keeper": "^0.0.208",
"lodash": "^4.17.21",
"shell-ahk": "^0.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"description": "",
"devDependencies": {
"@types/lodash": "^4.14.185",
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2"
},
"homepage": "https://github.com/phonowell/genshin-impact-script",
"keywords": [
"ahk",
"auto hotkey",
"coffee-ahk",
"genshin",
"genshin impact"
],
"license": "MIT",
"name": "genshin-impact-script",
"repository": {
"type": "git",
"url": "https://github.com/phonowell/genshin-impact-script.git"
},
"scripts": {
"alice": "ts-node task/alice",
"build": "npm run alice build",
"watch": "npm run alice watch"
},
"url": "https://github.com/phonowell/genshin-impact-script",
"version": "0.0.42"
}