{
  "name": "joplin-plugin-macos-theme",
  "version": "1.5.20",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrejilderda/joplin-macos-native-theme.git"
  },
  "keywords": [
    "joplin",
    "joplin-plugin",
    "theme",
    "macos"
  ],
  "files": [
    "publish"
  ],
  "scripts": {
    "build:css": "sass --load-path scss src/scss/macos-theme-for-joplin.scss   src/dist/macos-theme-for-joplin.css --no-source-map",
    "build:webpack": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
    "build": "npm run build:css && npm run build:webpack",
    "clean": "rm -rf dist",
    "dev": "run-p start serve",
    "prepare": "npm run build",
    "serve": "http-server src/dist -c-1 -o macos-theme-for-joplin.css",
    "start": "sass --load-path scss src/scss/macos-theme-for-joplin.scss   src/dist/macos-theme-for-joplin.css --watch",
    "update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
    "updateVersion": "webpack --env joplin-plugin-config=updateVersion"
  },
  "publishConfig": {
    "provenance": true
  },
  "license": "MIT",
  "devDependencies": {
    "@changesets/changelog-github": "^0.5.0",
    "@changesets/cli": "^2.27.1",
    "@types/node": "^18.7.13",
    "chalk": "^4.1.0",
    "copy-webpack-plugin": "^11.0.0",
    "fs-extra": "^10.1.0",
    "glob": "^8.0.3",
    "http-server": "^14.1.1",
    "npm-run-all": "^4.1.5",
    "sass": "^1.36.0",
    "tar": "^6.1.11",
    "ts-loader": "^9.3.1",
    "typescript": "^4.8.2",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1",
    "yargs": "^16.2.0"
  }
}
