{
  "name": "image-size",
  "version": "1.0.0",
  "description": "get dimensions of any image file",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "bin/image-size.js"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "bin": {
    "image-size": "bin/image-size.js"
  },
  "scripts": {
    "pretest": "eslint --ext .ts,.js bin lib specs",
    "test": "nyc mocha",
    "clean": "rm -rf dist docs",
    "generate-docs": "typedoc",
    "build": "tsc",
    "prepack": "yarn clean && yarn build"
  },
  "keywords": [
    "image",
    "size",
    "dimensions",
    "resolution",
    "width",
    "height",
    "png",
    "jpeg",
    "bmp",
    "gif",
    "psd",
    "tiff",
    "webp",
    "svg",
    "icns",
    "ico",
    "cur"
  ],
  "repository": "git://github.com/image-size/image-size.git",
  "author": "netroy <aditya@netroy.in> (http://netroy.in/)",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "4.2.16",
    "@types/glob": "7.1.3",
    "@types/mocha": "8.2.2",
    "@types/node": "14.14.37",
    "@types/sinon": "10.0.0",
    "@typescript-eslint/eslint-plugin": "4.22.0",
    "@typescript-eslint/parser": "4.22.0",
    "chai": "4.3.4",
    "eslint": "7.24.0",
    "glob": "7.1.6",
    "mocha": "8.3.2",
    "nyc": "15.1.0",
    "sinon": "10.0.0",
    "ts-node": "9.1.1",
    "typedoc": "0.20.35",
    "typescript": "4.2.4"
  },
  "dependencies": {
    "queue": "6.0.2"
  }
}
