mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-04-25 23:25:23 -04:00
41 lines
913 B
JSON
41 lines
913 B
JSON
{
|
|
"name": "@jakejarvis/dark-mode",
|
|
"version": "0.1.1",
|
|
"description": "Super simple CSS theme switching with saved preferences and automatic OS setting detection",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "https://jarv.is/"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jakejarvis/dark-mode.git"
|
|
},
|
|
"exports": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
|
|
"scripts": {
|
|
"lint": "eslint **/*.js"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-compat": "^3.11.1",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"prettier": "^2.3.2"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"LICENSE"
|
|
],
|
|
"keywords": [
|
|
"frontend",
|
|
"dark mode",
|
|
"css"
|
|
]
|
|
}
|