-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.48 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "favicon-badge-notify",
"version": "1.1.5",
"description": "favicon badge notify",
"author": "Abdulnasır OLCAN",
"license": "MIT",
"main": "dist/index.umd.js",
"source": "src/index.ts",
"types": "index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepublish": "pnpm build"
},
"devDependencies": {
"@types/node": "^18.6.2",
"typescript": "^4.7.4",
"vite": "^3.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/jsdeveloperr/favicon-badge-notify.git"
},
"bugs": {
"url": "https://github.com/jsdeveloperr/favicon-badge-notify/issues"
},
"homepage": "https://github.com/jsdeveloperr/favicon-badge-notify#readme",
"keywords": [
"favicon",
"favicon-badge",
"favicon-badge-notify",
"favicon-badge-notification",
"favicon-badge-component",
"favicon-badge-notification-component",
"react-badge",
"react-favicon",
"react-favicon-badge",
"react-favicon-badge-notify",
"react-favicon-badge-notification",
"vue-badge",
"vue-favicon",
"vue-favicon-badge-notify",
"vue-favicon-badge-notification",
"solid-badge",
"solid-favicon",
"solid-favicon-badge-notify",
"solid-favicon-badge-notification",
"dynamic-favicon-badge",
"dynamic-favicon-badge-notify",
"dynamic-favicon-badge-notification",
"component",
"badge"
],
"files": [
"dist/*.js",
"*.d.ts"
],
"dependencies": {}
}