mirror of
https://github.com/HChaZZY/BingWallpaperAPI.git
synced 2025-12-06 10:13:49 +08:00
32 lines
635 B
JSON
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"
|
|
}
|
|
}
|