{
  "name": "hestudio-bingwallpaper-get",
  "version": "1.4.9",
  "description": "A Bing wallpaper API interface that can directly image output images.",
  "main": "get.js",
  "scripts": {
    "server": "node get.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hestudio-community/bing-wallpaper-get.git"
  },
  "author": {
    "name": "heStudio",
    "email": "hestudio@hestudio.net",
    "url": "https://www.hestudio.net/about"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hestudio-community/bing-wallpaper-get/issues",
    "email": "hestudio@hestudio.net"
  },
  "homepage": "https://www.hestudio.net/docs/hestudio_bing_wallpaper_get.html",
  "keywords": [
    "hestudio",
    "bingwallpaper",
    "bing",
    "wallpaper",
    "api"
  ],
  "displayName": "heStudio BingWallpaper Get",
  "publisher": "undefined",
  "dependencies": {
    "body-parser": "^2.2.2",
    "cors": "^2.8.6",
    "dayjs": "^1.11.19",
    "dotenv": "^17.3.1",
    "express": "^5.2.1",
    "node-schedule": "^2.1.1",
    "uglify-js": "^3.19.3"
  },
  "exports": {
    ".": "./get.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "~10.0.2",
    "globals": "^17.3.0",
    "prettier": "^3.8.1"
  }
}
