{
  "name": "autocrop-js",
  "version": "0.2.0",
  "description": "Node.js utility that crops the transparent background of an image",
  "main": "./src/index.js",
  "scripts": {
    "lint": "npx eslint ./src/**/*.js",
    "test": "npx jest"
  },
  "type": "module",
  "keywords": ["image", "crop", "transparent", "background"],
  "author": "Arhey",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/freearhey/autocrop-js"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "devDependencies": {
    "@babel/core": "latest",
    "@babel/preset-env": "latest",
    "babel-jest": "latest",
    "eslint": "latest",
    "jest": "latest"
  },
  "dependencies": {
    "image-js": "^0.35.2",
    "lodash": "^4.17.21"
  }
}
