-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 977 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bing-daily-wallpaper",
"version": "2.0.9",
"description": "A simple command to run at boot time that set your wallpaper to the Bing image of the day.",
"engines": {
"node": ">=12"
},
"main": "index.js",
"bin": {
"bing-daily-wallpaper": "bin/bing-daily-wallpaper"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dorian-marchal/bing-daily-wallpaper.git"
},
"author": "dorian-marchal",
"license": "MIT",
"bugs": {
"url": "https://github.com/dorian-marchal/bing-daily-wallpaper/issues"
},
"homepage": "https://github.com/dorian-marchal/bing-daily-wallpaper",
"dependencies": {
"daily-wallpaper": "^0.2.1",
"minimist": "~1.2.7",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}