{
  "name": "@nplayfair/npe_gerber",
  "version": "1.0.0",
  "description": "Create a PCB image from gerber files",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nplayfair/npe_gerber.git"
  },
  "author": "nplayfair",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nplayfair/npe_gerber/issues"
  },
  "homepage": "https://github.com/nplayfair/npe_gerber#readme",
  "keywords": [
    "pcb",
    "image",
    "gerber"
  ],
  "dependencies": {
    "fs-extra": "^9.1.0",
    "jszip": "^3.5.0",
    "node-stream-zip": "^1.12.0",
    "pcb-stackup": "^4.2.5",
    "sharp": "^0.27.0"
  }
}