{
  "name": "nodebb-theme-harmony",
  "version": "3.1.9",
  "nbbpm": {
    "compatibility": "^4.14.0"
  },
  "description": "Harmony theme for NodeBB",
  "main": "library.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/NodeBB/nodebb-theme-harmony"
  },
  "scripts": {
    "lint": "eslint .",
    "publish:patch": "npm version patch && npm run publish:common",
    "publish:minor": "npm version minor && npm run publish:common",
    "publish:major": "npm version major && npm run publish:common",
    "publish:common": "git push && git push --tags && npm publish"
  },
  "keywords": [
    "nodebb",
    "theme",
    "forum",
    "bootstrap",
    "responsive"
  ],
  "contributors": [
    {
      "name": "Julian Lam",
      "email": "julian@nodebb.org",
      "url": "https://github.com/julianlam"
    },
    {
      "name": "Barış Soner Uşaklı",
      "email": "baris@nodebb.org",
      "url": "https://github.com/barisusakli"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NodeBB/nodebb-theme-harmony/issues"
  },
  "dependencies": {
    "@fontsource/inter": "5.2.8",
    "@fontsource/poppins": "5.2.7"
  },
  "devDependencies": {
    "eslint": "10.8.0",
    "eslint-config-nodebb": "^2.0.2"
  }
}
