{
  "name": "@pixso/plugin-typings",
  "version": "2.0.2",
  "description": "Typings for the Pixso Plugin API",
  "main": "",
  "scripts": {
    "prettier": "npm run prettier-path -- '**/*.{ts,js}'",
    "prettier:check": "npm run prettier-path:check -- '**/*.{ts,js}'",
    "prettier-path": "prettier --write",
    "prettier-path:check": "prettier --check",
    "test": "tsc"
  },
  "keywords": [
    "pixso",
    "plugin",
    "typings"
  ],
  "author": "Pixso",
  "devDependencies": {
    "prettier": "^2.6.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
