-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ui-trap-focus",
"version": "0.0.32",
"description": "Trap focus for web based projects.",
"main": "./dist/index",
"files": [
"dist"
],
"types": "./dist",
"module": "./dist/index",
"unpkg": "./dist/index",
"jsdelivr": "./dist/index",
"exports": {
".": {
"import": "./dist/index",
"require": "./dist/index"
}
},
"scripts": {
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c4benni/trapFocus.git"
},
"keywords": [
"trap focus",
"dialog",
"focus trap",
"ui",
"ui trap focus"
],
"author": "Chidi Benedict",
"license": "ISC",
"bugs": {
"url": "https://github.com/c4benni/trapFocus/issues"
},
"homepage": "https://github.com/c4benni/trapFocus#readme",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7"
},
"dependencies": {
"typescript": "^4.6.4"
}
}