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
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
{
"type": "module",
"scripts": {
"build": "exit 1",
"test": "exit 1"
},
"repository": "git@github.com:AnySoftKeyboard/AnySoftKeyboard.git",
"author": {
"name": "menny"
},
"engines": {
"node": "23.11.0"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"packageManager": "pnpm@10.8.1",
"license": "Apache-2.0",
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@google/gemini-cli": "^0.1.22",
"@langchain/core": "^0.3.75",
"@langchain/google-genai": "^0.1.12",
"@types/follow-redirects": "^1.14.4",
"@types/js-yaml": "^4.0.9",
"@types/mock-fs": "^4.13.4",
"@types/node": "24.1.0",
"@types/node-fetch": "^2.6.13",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"commander": "^14.0.0",
"eslint": "^9.35.0",
"fast-xml-parser": "^5.2.5",
"follow-redirects": "^1.15.11",
"globals": "^16.3.0",
"js-yaml": "^4.1.0",
"mock-fs": "^5.5.0",
"node-fetch": "^3.3.2",
"prettier": "^3.6.2",
"tar": "^7.4.3",
"typescript": "5.8.3",
"undici": "^7.15.0",
"xml2js": "^0.6.2"
},
"dependencies": {
"@langchain/community": "^0.3.55",
"duck-duck-scrape": "^2.2.7"
}
}