-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 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
39
40
41
42
43
44
45
46
47
{
"name": "dbgate-plugin-catppuccin",
"type": "module",
"version": "1.1.6",
"description": "One Dark theme for dbgate. ",
"scripts": {
"build": "webpack",
"plugin": "npm run build & npm pack && dbgate-plugin dbgate-plugin-catppuccin",
"monitor": "nodemon --watch src --exec npm plugin",
"plugout": "dbgate-plugout dbgate-plugin-catppuccin",
"prepublishOnly": "npm build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V13Axel/dbgate-plugin-catppuccin.git"
},
"keywords": [
"dbgate",
"dbgateplugin",
"dbgatetheme",
"theme",
"catppuccin"
],
"files": [
"dist",
"icon.png"
],
"author": "V13Axel",
"license": "MIT",
"bugs": {
"url": "https://github.com/V13Axel/dbgate-plugin-catppuccin/issues"
},
"homepage": "https://github.com/V13Axel/dbgate-plugin-catppuccin#readme",
"dependencies": {
"@catppuccin/palette": "^1.1.1",
"dbgate-plugin-tools": "^1.0.8",
"dbgate-tools": "^5.2.5",
"nodemon": "^2.0.22",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2"
},
"devDependencies": {
"css-loader": "^6.10.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.4"
}
}