-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.02 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
{
"private": true,
"name": "knavi",
"version": "3.3.0",
"description": "Hit-a-Hint with magic key. You can click without the mouse by holding down the space key and hint text.",
"type": "module",
"scripts": {
"test": "make check"
},
"author": "Keiichiro Ui<[email protected]>",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^8.53.0",
"@prettier/plugin-xml": "^3.2.2",
"@types/chrome": "^0.0.253",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"chokidar-cli": "^3.0.0",
"esbuild": "0.19.11",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"glob-trie.js": "^0.2.1",
"globals": "^13.23.0",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"json5": "^2.2.3",
"key-input-elements": "^2.0.0",
"prettier": "^3.1.0",
"storage-form": "^2.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
},
"repository": "[email protected]:kui/knavi.git"
}