drkmd-js
Version:
Simple dark-mode/light-mode toggle for any website
43 lines (42 loc) • 992 B
JSON
{
"name": "drkmd-js",
"version": "1.0.12",
"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"
}
}