{
  "name": "@6c65726f79/custom-titlebar",
  "version": "0.9.1",
  "description": "Poorly coded titlebar for Electron, NW.js and PWAs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "webpack --mode production",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.scss\"",
    "lint": "eslint . --ext .ts --fix",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src && auto-changelog && git add CHANGELOG.md",
    "postversion": "git push && git push --tags",
    "changelog": "github-release-from-changelog"
  },
  "auto-changelog": {
    "template": "changelog-template.hbs",
    "commitLimit": false,
    "package": true
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/6c65726f79/custom-titlebar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/6c65726f79/custom-titlebar.git"
  },
  "bugs": {
    "url": "https://github.com/6c65726f79/custom-titlebar/issues"
  },
  "keywords": [
    "typescript",
    "titlebar",
    "menubar",
    "windows",
    "macos",
    "electron",
    "nw",
    "nwjs",
    "nw.js",
    "pwa"
  ],
  "author": {
    "name": "Samuel Leroy",
    "email": "s.leroy1995@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@teamsupercell/typings-for-css-modules-loader": "^2.5.1",
    "@types/node": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "auto-changelog": "^2.3.0",
    "css-loader": "^6.3.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "github-release-from-changelog": "^2.1.1",
    "prettier": "^2.4.1",
    "sass": "^1.42.1",
    "sass-loader": "^12.1.0",
    "style-loader": "^3.3.0",
    "ts-loader": "^9.2.6",
    "typescript": "^4.4.3",
    "webpack": "^5.53.0",
    "webpack-cli": "^4.8.0"
  },
  "dependencies": {}
}
