-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 993 Bytes
/
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
43
{
"name": "phocus",
"version": "2.0.1",
"description": "Focus and action management, with context-sensitive keyboard shortcuts.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diiq/phocus.git"
},
"keywords": [
"focus",
"keyboard",
"shortcut",
"hotkey",
"a11y",
"help"
],
"author": "Sam Bleckley (sam@sambleckley.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/diiq/phocus/issues"
},
"homepage": "https://github.com/diiq/phocus#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jsdom": "^16.2.15",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"mutationobserver-shim": "^0.3.3",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.0.0"
}
}