{
  "name": "get-orientation",
  "version": "1.1.2",
  "description": "Get orientation from image file",
  "main": "index.js",
  "types": "index.d.ts",
  "browser": "browser.js",
  "dependencies": {
    "stream-parser": "^0.3.1"
  },
  "devDependencies": {
    "@types/chai": "4.2.3",
    "@types/debug": "4.1.5",
    "@types/mocha": "5.2.7",
    "@types/node": "8.10.54",
    "@types/selenium-webdriver": "4.0.3",
    "@vingle/commitlint-preset": "1.0.3",
    "@vingle/semantic-release-config": "1.0.3",
    "@vingle/tslint-preset": "1.0.0",
    "browserstack-local": "1.4.2",
    "chai": "4.2.0",
    "husky": "3.0.7",
    "intern": "4.4.3",
    "mocha": "6.2.1",
    "rollup": "1.22.0",
    "rollup-plugin-typescript2": "0.24.3",
    "selenium-webdriver": "4.0.0-alpha.5",
    "ts-node": "8.4.1",
    "tslint": "5.20.0",
    "typescript": "3.6.3"
  },
  "scripts": {
    "clean": "ls *.d.ts *.js *.map | grep -E '(index|base|stream-parser|browser)' | xargs rm -f",
    "build": "npm run clean && tsc && rollup -c rollup.config.js && rollup -c rollup.config.es5.js && cp browser.d.ts browser.es5.d.ts",
    "prepublishOnly": "npm run build",
    "pretest": "npm run clean && npm run build && npm run seed",
    "test": "npm run test:node && npm run test:browser",
    "seed": "test -e fixtures/exif-examples || git clone https://github.com/ianare/exif-samples.git fixtures/exif-examples --depth=1",
    "test:node": "mocha -r ts-node/register index.spec.ts",
    "test:browser": "intern",
    "test:browserstack": "mocha -t 3600000 -r ts-node/register test.e2e.browserstack.ts",
    "posttest": "npm run clean",
    "lint": "tslint -c tslint.json '*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mooyoul/get-orientation.git"
  },
  "keywords": [
    "image",
    "exif",
    "jpeg",
    "jpg",
    "tiff",
    "image-orientation",
    "orientation"
  ],
  "author": "MooYeol Prescott Lee <mooyoul@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mooyoul/get-orientation/issues"
  },
  "homepage": "https://github.com/mooyoul/get-orientation#readme",
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "commitlint": {
    "extends": [
      "@vingle/commitlint-preset"
    ]
  }
}
