-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
{
"$schema": "https://raw.githubusercontent.com/qwqnt-community/types/main/plugin.schema.json",
"name": "mspring-theme",
"version": "2.0.0",
"description": "QwQNT 主题,优雅 · 粉粉 · 细致",
"main": "./main/qwqnt.js",
"type": "commonjs",
"author": "MUKAPP",
"license": "MIT",
"scripts": {
"clean": "rimraf dist src/style.min.css mspring-theme.zip",
"build:css": "sass src/style.scss | postcss -o src/style.min.css",
"pack": "node pack.js",
"build": "npm run clean && npm run build:css && npm run pack",
"dev": "npm run build:css && nodemon --watch src -e scss --exec \"npm run build:css\""
},
"qwqnt": {
"name": "MSpring Theme",
"icon": "./res/brush_FILL0_wght300_GRAD0_opsz24.svg",
"inject": {
"preload": "./preload/index.js",
"renderer": "./renderer/qwqnt.js"
},
"dependencies": {
"qwqnt-hako": "^1.0.1"
}
},
"devDependencies": {
"archiver": "^7.0.1",
"autoprefixer": "^10.4.21",
"cssnano": "^7.1.2",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"rimraf": "^6.1.0",
"sass": "^1.93.3"
}
}