-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 991 Bytes
/
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": "drkmd-js",
"version": "1.0.5",
"description": "Simple dark-mode/light-mode toggle for any website",
"main": "dist/drkmd-js.min.js",
"scripts": {
"lint": "eslint ./src/",
"dev": "watch 'npm run build' ./src/ ./examples/ --interval=1",
"build": "node build.js",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BetaHuhn/drkmd.js.git"
},
"author": "Maximilian Schiller <schiller@mxis.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BetaHuhn/drkmd.js/issues"
},
"homepage": "https://github.com/BetaHuhn/drkmd.js#readme",
"keywords": [
"darkmode",
"drkmd-js",
"dark-theme",
"vanilla-js",
"theme",
"nightmode"
],
"files": [
"dist"
],
"devDependencies": {
"@betahuhn/config": "^1.0.2",
"eslint": "^7.16.0",
"rosid-handler-js": "^13.0.2",
"watch": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}