Files
BingWallpaperAPI/package.json
2025-04-07 16:07:37 +08:00

32 lines
635 B
JSON

{
"name": "bing-wallpaper-api",
"version": "1.0.0",
"description": "Cache Bing daily wallpaper and provide API service",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bing",
"wallpaper",
"api"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.3.4",
"bing-wallpaper-api": "file:",
"express": "^4.18.2",
"node-cron": "^3.0.2",
"winston": "^3.8.2"
},
"devDependencies": {
"nodemon": "^2.0.22"
},
"engines": {
"node": ">=14.0.0"
}
}