{
  "name": "@sketch-hq/sketch-file",
  "description": "Utilities to read and write Sketch documents",
  "license": "MIT",
  "main": "dist/index",
  "types": "dist/index",
  "repository": "github:sketch-hq/sketch-document",
  "version": "1.1.5",
  "keywords": [
    "sketch",
    "sketch files"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -Rf dist",
    "build": "yarn clean && tsc --project tsconfig.json",
    "test": "jest",
    "format-check": "prettier --check **.{ts,md} --ignore-path ../../.prettierignore"
  },
  "dependencies": {
    "adm-zip": "0.5.9",
    "node-stream-zip": "1.15.0",
    "@sketch-hq/sketch-file-format-ts": "6.5.0"
  },
  "devDependencies": {
    "@types/adm-zip": "0.4.34"
  }
}
