{
  "name": "@zeplin/extension-model",
  "description": "Models exposed to Zeplin extensions",
  "homepage": "https://zeplin.io",
  "version": "2.18.1",
  "keywords": [
    "zeplin",
    "extension",
    "model"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rm -rf dist zeplin-extension-model.zip",
    "lint": "eslint ./src",
    "lint:staged": "lint-staged",
    "prebuild": "npm run clean && npm run lint",
    "build": "webpack",
    "install:husky": "husky install",
    "prepare": "npm-run-all install:husky build",
    "publish:appcenter": "appcenter distribute release",
    "delete-github-package-version": "dev-tools delete-github-package-version",
    "trunk-release": "dev-tools trunk release",
    "trunk-start": "dev-tools trunk start"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zeplin/extension-model.git"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@commitlint/cli": "^15.0.0",
    "@commitlint/config-conventional": "^15.0.0",
    "@zeplin/dev-tools": "^2.5.6",
    "appcenter-cli": "^2.10.6",
    "eslint": "^8.3.0",
    "husky": "^7.0.4",
    "lint-staged": "^12.1.2",
    "npm-run-all": "^4.1.5",
    "webpack": "^5.64.2",
    "webpack-cli": "^4.9.1"
  },
  "lint-staged": {
    "src/**/*.js": [
      "eslint --ignore-path .gitignore --max-warnings 0"
    ]
  }
}
