-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "yzhanbg",
"version": "1.0.1",
"description": "Use multiple videos, images, and weather as background, with mute, hide, text, and cherry blossom, rain, snow, firefly, and butterfly animations. 用多个视频、图片、天气作背景,支持静音、隐藏内容、文字,以及樱花、雨、雪、萤火虫和蝴蝶动画",
"main": "docs/yzhanbg.min.js",
"files": [
"docs/yzhanbg.min.js"
],
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git@mtf.github.com:mantoufan/yzhanBG.git"
},
"keywords": [
"video-background",
"video-wallpaper",
"image-background",
"image-wallpaper",
"weather-background",
"weather-wallpaper",
"sakura",
"rain",
"snow",
"firefly",
"butterfly"
],
"author": "shonwu",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.0",
"swc-loader": "^0.2.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0"
},
"dependencies": {
"yzhanweather": "^1.0.5"
}
}