{
  "author": "Richard Moore <me@ricmoo.com>",
  "bin": {
    "ducki": "lib/cli.js"
  },
  "bugs": {
    "url": "https://github.com/ricmoo/ducki/issues"
  },
  "dependencies": {
    "gif-encoder-2": "^1.0.5",
    "pngjs": "^7.0.0"
  },
  "description": "Simple CLI for working with KiCad projects.",
  "devDependencies": {
    "@types/node": "^22.13.0",
    "typescript": "^5.7.3"
  },
  "homepage": "https://github.com/ricmoo/ducki#readme",
  "keywords": [
    "KiCad",
    "render",
    "pcb"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "ducki",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ricmoo/ducki.git"
  },
  "scripts": {
    "auto-build": "npm run build -- -w",
    "build": "tsc --project tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.0.4"
}
