{
  "name": "pixelit",
  "version": "0.1.4",
  "description": "Convert image to pixel art based on equidistant sampling method.",
  "main": "src/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "format": "prettier --write \"src/**/*.js\"",
    "lint": "eslint -c .eslintrc.json --fix src/**"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zohoMatt/pixelit-equidistant.git"
  },
  "keywords": [
    "pixel",
    "image-processing",
    "javascript",
    "nodejs"
  ],
  "author": "Matt Zuo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zohoMatt/pixelit-equidistant/issues"
  },
  "homepage": "https://github.com/zohoMatt/pixelit-equidistant#readme",
  "devDependencies": {
    "eslint": "~7.2.0",
    "prettier": "~2.0.5"
  },
  "dependencies": {
    "get-pixels": "~3.3.2"
  }
}
