-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
37
38
39
40
41
{
"name": "bingpaper",
"version": "1.1.0",
"description": "Bing daily wallpaper downloader.",
"main": "main.ts",
"scripts": {
"build": "pnpm tsc",
"lint": "pnpm dlx eslint --fix src/",
"test": "mocha --reporter list"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobal/bingpaper.git"
},
"author": "Balázs Molnár <bmolnar0510@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mobal/bingpaper/issues"
},
"homepage": "https://github.com/mobal/bingpaper#readme",
"dependencies": {
"@types/node": "^24.0.0",
"@types/yargs": "^17.0.33",
"axios": "^1.9.0",
"log4js": "^6.9.1",
"typescript": "^5.8.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/mocha": "^10.0.10",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.28.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.2.0",
"mocha": "^11.6.0",
"typescript-eslint": "^8.34.0"
}
}