-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 991 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-wallpaper",
"version": "0.0.1",
"description": "auto download bing picture",
"main": "lib/index.js",
"scripts": {
"build": "tsc && node lib/index.js && npm run prettier",
"test": "echo \"Error: no test specified\" && exit 1",
"docDev": "vitepress dev docs",
"docBuild": "vitepress build docs",
"docServe": "vitepress serve docs",
"tsc": "tsc",
"prettier": "prettier --write . "
},
"repository": {
"type": "git",
"url": "git+https://github.com/exposir/bing-wallpaper-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/exposir/bing-wallpaper-node/issues"
},
"homepage": "https://github.com/exposir/bing-wallpaper-node#readme",
"dependencies": {
"node-fetch": "2.6.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/node": "^18.7.11",
"@types/node-fetch": "^2.6.3",
"prettier": "2.8.4",
"vitepress": "^1.0.0-rc.20",
"vue": "^3.2.37"
}
}