{
  "name": "node-sketch",
  "version": "0.14.1",
  "description": "Javascript library to manipulate sketch files",
  "main": "index.js",
  "author": "Oscar Otero",
  "license": "MIT",
  "dependencies": {
    "jszip": "^3.2.1",
    "yargs-parser": "^13.0.0"
  },
  "bin": {
    "node-sketch": "bin.js"
  },
  "devDependencies": {
    "docdash": "^1.1.0",
    "gh-pages": "^2.0.1",
    "jsdoc": "^3.4.3",
    "jsondiffpatch": "^0.3.11",
    "mocha": "^6.0.0",
    "prettier": "^1.17.0"
  },
  "files": [
    "index.js",
    "bin.js",
    "src/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oscarotero/node-sketch.git"
  },
  "keywords": [
    "sketch"
  ],
  "bugs": {
    "url": "https://github.com/oscarotero/node-sketch/issues"
  },
  "scripts": {
    "prettier": "prettier --single-quote '{src,tests}/*.js' index.js demos/*/*.js --tab-width 4 --print-width=120 --write",
    "docs": "rm -rf docs && jsdoc src/*.js README.md index.js --template node_modules/docdash -d ./docs/",
    "publish-docs": "gh-pages -d docs",
    "test": "mocha tests/*.js",
    "example": "node examples"
  },
  "homepage": "https://github.com/oscarotero/node-sketch"
}
