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
61 lines (61 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.57 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
55
56
57
58
59
60
61
{
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json",
"test": "pnpm build && mocha --enable-source-maps \"dist/**/*.test.js\""
},
"repository": "git@github.com:AnySoftKeyboard/AnySoftKeyboard.git",
"author": {
"name": "menny"
},
"engines": {
"node": "21.7.3",
"yarn": "1.22.19"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"packageManager": "pnpm@9.7.0",
"license": "Apache-2.0",
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@jest/globals": "^29.7.0",
"@types/chai": "^5.0.1",
"@types/follow-redirects": "^1.14.4",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "22.10.5",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vercel/ncc": "^0.38.3",
"babel-jest": "^29.7.0",
"chai": "^5.1.2",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-junit": "^16.0.0",
"mocha": "^11.0.1",
"prettier": "^3.4.2",
"sinon": "^19.0.2",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "5.7.3"
},
"dependencies": {
"commander": "^13.0.0",
"fast-xml-parser": "^4.5.1",
"follow-redirects": "^1.15.9",
"js-yaml": "^4.1.0",
"tar": "^7.4.3",
"text-file-diff": "^1.4.8",
"undici": "^7.2.1"
}
}