-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "yzhannotify",
"version": "0.0.3",
"type": "module",
"description": "Only 0.78kB 用原生 JavaScript 在视窗或元素指定位置发通知和提示。Element and Global Notifications / Toasts with Pure / Vanilla / Native JavaScript.",
"files": [
"docs"
],
"main": "./docs/yzhannotify.umd.cjs",
"module": "./docs/yzhannotify.js",
"exports": {
".": {
"import": "./docs/yzhannotify.js",
"require": "./docs/yzhannotify.umd.cjs"
},
"./css": {
"import": "./docs/yzhannotify.css",
"require": "./docs/yzhannotify.css"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+git@github.com:mantoufan/yzhanNotify.git"
},
"keywords": [
"Notify",
"Notifications",
"Toasts",
"通知",
"提示",
"Pure",
"Native",
"Vanilla",
"原生"
],
"author": "吴小宇 Shon Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/mantoufan/yzhanNotify/issues"
},
"homepage": "https://github.com/mantoufan/yzhanNotify#readme"
}