{
  "name": "casestry-exif-library",
  "version": "2.0.3",
  "description": "Read and write exif.",
  "main": "dist/exif-library.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/exif-library.js",
    "dist/exif-library.js.map",
    "dist/*.d.ts",
    "LICENSE.txt",
    "README.md",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/asc0910/exif-library.git"
  },
  "keywords": [
    "jpeg",
    "exif",
    "node",
    "browser"
  ],
  "scripts": {
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint \"*/**/*.ts\"",
    "lint-auto-fix": "eslint \"*/**/*.ts\" --fix",
    "node-test": "jest --config=jest.node.config.js",
    "test": "npm run node-test",
    "build": "rollup -c",
    "build:watch": "rollup -cw",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A",
    "postversion": "git push && git push --tags"
  },
  "author": "hMatoba, Joachim Holwech, asc0910",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/asc0910/exif-library/issues"
  },
  "homepage": "https://github.com/asc0910/exif-library",
  "devDependencies": {
    "@types/node": "^13.1.2",
    "@typescript-eslint/eslint-plugin": "^2.14.0",
    "@typescript-eslint/parser": "^2.14.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.9.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^24.9.0",
    "jest-puppeteer": "^4.4.0",
    "jpeg-js": "^0.3.6",
    "prettier": "^1.19.1",
    "puppeteer": "^2.0.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.14",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-typescript2": "^0.25.3",
    "typescript": "^3.7.4"
  },
  "dependencies": {}
}