css-theme-management
Version:
This package was created to ease the process of implementing multiple themes in an app.
38 lines • 975 B
JSON
{
"name": "css-theme-management",
"version": "0.0.1",
"description": "This package was created to ease the process of implementing multiple themes in an app.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mr-DaZ/css-theme-management.git"
},
"keywords": [
"css",
"react",
"theme",
"themes",
"theme-manager",
"theme-management"
],
"author": "Dan Zaslavsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mr-DaZ/css-theme-management/issues"
},
"homepage": "https://github.com/Mr-DaZ/css-theme-management#readme",
"devDependencies": {
"tslint": "^6.1.1",
"typescript": "^3.8.3"
},
"files": [
"build/**/*"
]
}