forked from AnySoftKeyboard/AnySoftKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"type": "module",
"scripts": {
"build": "exit 1",
"test": "exit 1"
},
"repository": "git@github.com:AnySoftKeyboard/AnySoftKeyboard.git",
"author": {
"name": "menny"
},
"engines": {
"node": "^24.1.0"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"packageManager": "pnpm@10.28.2",
"license": "Apache-2.0",
"devDependencies": {
"@actions/core": "^2.0.1",
"@actions/github": "^6.0.1",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@google/gemini-cli": "^0.27.0",
"@langchain/core": "^1.1.7",
"@langchain/google-genai": "^2.1.2",
"@types/follow-redirects": "^1.14.4",
"@types/js-yaml": "^4.0.9",
"@types/mock-fs": "^4.13.4",
"@types/node": "25.2.1",
"@types/node-fetch": "^2.6.13",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"commander": "^14.0.2",
"eslint": "^9.39.2",
"fast-xml-parser": "^5.3.3",
"follow-redirects": "^1.15.11",
"globals": "^16.5.0",
"js-yaml": "^4.1.1",
"mock-fs": "^5.5.0",
"node-fetch": "^3.3.2",
"prettier": "^3.7.4",
"tar": "^7.5.2",
"typescript": "5.9.3",
"undici": "^7.16.0",
"xml2js": "^0.6.2"
}
}