-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 898 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
{
"name": "ui-breakpoint",
"version": "0.0.210",
"description": "A simple, configurable breakpoint class for any Web project.",
"files": [
"dist"
],
"types": "./dist",
"module": "./dist/index",
"unpkg": "./dist/index",
"jsdelivr": "./dist/index",
"exports": {
".": {
"import": "./dist/index",
"require": "./dist/index"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c4benni/ui-breakpoint.git"
},
"keywords": [
"react",
"typescript",
"vue",
"breakpoint"
],
"author": "Chidi Benedict",
"license": "ISC",
"bugs": {
"url": "https://github.com/c4benni/ui-breakpoint/issues"
},
"homepage": "https://github.com/c4benni/ui-breakpoint#readme",
"dependencies": {
"typescript": "^4.7.3"
}
}