vanilla-theme
Version:
A small library to quickly add a light and dark mode functionality in you Vanilla JavaScript application
36 lines (35 loc) • 904 B
JSON
{
"name": "vanilla-theme",
"version": "0.1.13",
"description": "A small library to quickly add a light and dark mode functionality in you Vanilla JavaScript application",
"main": "./build/index.min.mjs",
"types": "./build/@types/index.d.ts",
"exports": {
".": {
"default": "./build/index.min.mjs",
"types": "./build/@types/index.d.ts"
}
},
"type": "module",
"scripts": {
"build": "node esbuild.build.js && tsc --build",
"dev": "node esbuild.dev.js"
},
"repository": {
"url": "https://github.com/Ragudos/vanilla-theme.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/Ragudos/vanilla-theme.git/issues"
},
"keywords": [
"Vanilla Theme",
"light-dark-mode"
],
"author": "Aaron",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.4",
"typescript": "^5.2.2"
}
}