{
  "name": "ducki",
  "version": "0.0.1",
  "description": "Simple utility scripts for exporting KiCad images.",
  "main": "lib/index.js",
  "scripts": {
    "auto-build": "npm run build -- -w",
    "build": "tsc --project tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ricmoo/ducki.git"
  },
  "keywords": [
    "KiCad",
    "render",
    "pcb"
  ],
  "author": "Richard Moore <me@ricmoo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ricmoo/ducki/issues"
  },
  "homepage": "https://github.com/ricmoo/ducki#readme",
  "devDependencies": {
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@types/node": "^22.13.0",
    "jimp": "^1.6.0"
  }
}
