{
  "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"
  }
}
