theme-changer
Version:
The best theme changer ever
19 lines (18 loc) • 402 B
JSON
{
"name": "theme-changer",
"version": "2.0.2",
"description": "The best theme changer ever",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": ["lib/**"],
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build"
},
"keywords": ["browser", "typescript", "theme-changer"],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^3.8.3"
}
}