{
  "name": "pixelsmith",
  "description": "Node based engine for spritesmith",
  "version": "2.6.0",
  "homepage": "https://github.com/twolfson/pixelsmith",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/pixelsmith.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/pixelsmith/issues"
  },
  "licenses": "Unlicense",
  "main": "lib/engine",
  "engines": {
    "node": ">= 12.0.0"
  },
  "scripts": {
    "precheck": "twolfson-style precheck lib/ test/",
    "lint": "twolfson-style lint lib/ test/",
    "pretest": "twolfson-style install",
    "test": "npm run precheck && mocha --reporter dot && npm run lint"
  },
  "dependencies": {
    "async": "^3.2.3",
    "concat-stream": "~1.5.1",
    "get-pixels": "~3.3.0",
    "mime-types": "~2.1.7",
    "ndarray": "~1.0.15",
    "obj-extend": "~0.1.0",
    "save-pixels": "~2.3.0",
    "vinyl-file": "~1.3.0"
  },
  "devDependencies": {
    "foundry": "~4.3.2",
    "foundry-release-git": "~2.0.2",
    "foundry-release-npm": "~2.0.2",
    "jscs": "~3.0.7",
    "jshint": "~2.5.10",
    "mocha": "~9.1.1",
    "spritesmith-engine-test": "~5.0.0",
    "twolfson-style": "~1.6.0"
  },
  "keywords": [
    "spritesmith",
    "image",
    "spritesmith-engine"
  ],
  "foundry": {
    "releaseCommands": [
      "foundry-release-git",
      "foundry-release-npm"
    ]
  }
}