{
  "name": "sketch-typings",
  "version": "0.4.1",
  "description": "Community built set of typescript declarations for writing Sketch plugins.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arvinxx/sketch-typings.git"
  },
  "scripts": {
    "tsc": "tsc",
    "test": "npm run lint",
    "prettier": "prettier **/*.ts",
    "lint": "npm run prettier -- -c",
    "release": "np  --no-cleanup --yolo",
    "release:next": "np  --no-cleanup --yolo --any-branch --tag=next"
  },
  "license": "MIT",
  "author": "Arvin Xu <arvinx@foxmail.com> (https://www.arvinx.com)",
  "types": "./types/index.d.ts",
  "files": [
    "types"
  ],
  "dependencies": {
    "cocoascript-types": "*",
    "sketch-internal-types": "*"
  },
  "devDependencies": {
    "np": "^6.4.0",
    "prettier": "^2.1.1",
    "typescript": "^4.1.3"
  },
  "bugs": {
    "url": "https://github.com/arvinxx/sketch-typings/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/arvinxx/sketch-typings#readme"
}
