{ "name": "hestudio-bingwallpaper-get", "version": "1.4.2", "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", "os": [ "linux" ], "publisher": "undefined", "dependencies": { "body-parser": "^1.20.3", "dayjs": "^1.11.13", "dotenv": "^16.4.5", "express": "^4.21.1", "node-schedule": "^2.1.1", "uglify-js": "^3.19.3" }, "exports": { ".": "./get.js" }, "engines": { "node": ">=18.0.0" }, "devDependencies": { "@eslint/js": "^9.15.0", "eslint": "~9.15.0", "globals": "^15.12.0" } }