-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 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
{
"name": "dbgate-plugin-one-dark-theme",
"version": "1.1.6",
"description": "One Dark theme for dbgate. ![icon](https://raw.githubusercontent.com/DevBlooming/dbgate-plugin-one-dark-theme/main/icon.png)",
"scripts": {
"build": "webpack --config webpack.config",
"plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-one-dark-theme",
"monitor": "nodemon --watch src --exec yarn plugin",
"plugout": "dbgate-plugout dbgate-plugin-one-dark-theme",
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevBlooming/dbgate-plugin-one-dark-theme.git"
},
"keywords": [
"dbgate",
"dbgateplugin",
"dbgatetheme",
"theme",
"one-dark"
],
"files": [
"dist",
"icon.png"
],
"author": "DevBlooming",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevBlooming/dbgate-plugin-one-dark-theme/issues"
},
"homepage": "https://github.com/DevBlooming/dbgate-plugin-one-dark-theme#readme",
"dependencies": {
"dbgate-plugin-tools": "^1.0.8",
"dbgate-tools": "^5.2.5",
"nodemon": "^2.0.22",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2"
}
}