{
  "name": "500px-api",
  "description": "This is an unofficial package to fetch photos, users, photographers, camera equipment details, and other information from the 500px.com website.",
  "version": "0.0.4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Scrip7/500px-api.git"
  },
  "bugs": {
    "url": "https://github.com/Scrip7/500px-api/issues"
  },
  "homepage": "https://github.com/Scrip7/500px-api#readme",
  "author": {
    "name": "Hooman Hassanzadeh",
    "url": "https://github.com/Scrip7"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc --build ./tsconfig.build.json",
    "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
    "lint": "eslint \"{src,examples,tests}/**/*.ts\"",
    "lint:fix": "eslint \"{src,examples,tests}/**/*.ts\" --fix",
    "test": "jest --runInBand --no-cache",
    "test:watch": "jest --runInBand --watch",
    "test:cov": "jest --runInBand --verbose --coverage",
    "commit": "cz",
    "changelog": "conventional-changelog -p angular -i RELEASE_CHANGELOG.md -s"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=7.0.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "axios": "^0.21.3",
    "random-useragent": "^0.5.0"
  },
  "devDependencies": {
    "@types/jest": "^27.0.0",
    "@types/node": "^16.4.3",
    "@types/random-useragent": "^0.3.0",
    "@typescript-eslint/eslint-plugin": "^4.28.4",
    "@typescript-eslint/parser": "^4.28.3",
    "commitizen": "^4.2.4",
    "conventional-changelog-cli": "^2.1.1",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.31.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.0.6",
    "prettier": "^2.3.2",
    "ts-jest": "^27.0.4",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5"
  },
  "keywords": [
    "500px",
    "api",
    "photography",
    "photo",
    "camera",
    "image",
    "wallpaper"
  ]
}
