{
  "name": "electron-about-window",
  "version": "1.15.2",
  "description": "'About App' window for Electron application",
  "main": "src/index.js",
  "typings": "src/index.d.ts",
  "scripts": {
    "dep": "npm install",
    "build": "tsc -p src/",
    "watch": "tsc --watch -p src/",
    "tslint": "tslint -p ./src",
    "stylelint": "stylelint styles/*.css",
    "check-formatting": "prettier --check '**/*.ts'",
    "lint": "npm run tslint && npm run stylelint && npm run check-formatting",
    "prettier": "prettier --write '**/*.ts'",
    "example": "NODE_ENV=production electron ./example",
    "debug": "electron ./example",
    "start": "npm run dep && npm run build && npm run example",
    "preversion": "npm run lint && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rhysd/electron-about-window.git"
  },
  "keywords": [
    "Electron",
    "electron-component",
    "about",
    "window"
  ],
  "author": "rhysd <lin90162@yahoo.co.jp>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rhysd/electron-about-window/issues"
  },
  "homepage": "https://github.com/rhysd/electron-about-window#readme",
  "devDependencies": {
    "@types/node": "^16.x",
    "electron": "^15.1.0",
    "prettier": "^2.4.1",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^22.0.0",
    "tslint": "^6.1.2",
    "typescript": "^4.4.3"
  }
}
