-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "billd-desk-admin",
"version": "0.1.0",
"description": "基于Vue3 + Vite6 + NaiveUI搭建的直播间后台",
"keywords": [
"billd",
"bilibili",
"webrtc",
"rtmp",
"flv",
"hls"
],
"homepage": "https://live-admin.hsslive.cn",
"bugs": {
"url": "https://github.com/galaxy-s10/billd-desk-admin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/galaxy-s10/billd-desk-admin"
},
"license": "MIT",
"author": "shuisheng <2274751790@qq.com>",
"type": "module",
"scripts": {
"build:beta": "vite build",
"build:prod": "vite build",
"copy": "ts-node ./deploy/handleGiteeJenkins.mjs",
"cz": "cz",
"deploy:beta": "node ./deploy/index.cjs --beta",
"deploy:prod": "node ./deploy/index.cjs --prod",
"dev": "vite",
"lint": "eslint . --config ./eslint.config.js --cache",
"lint:fix": "eslint . --config ./eslint.config.js --cache --fix",
"preview": "vite preview",
"release": "standard-version",
"sync-repo": "ts-node ./deploy/handleSyncPublic.mjs"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {},
"devDependencies": {}
}