-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.15 KB
/
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
37
38
39
40
41
{
"name": "lastfm-bulk-edit",
"version": "1.6.1",
"description": "Bulk edit your scrobbles for any artist or album on Last.fm at once.",
"main": "dist/lastfm-bulk-edit.js",
"scripts": {
"build": "webpack",
"build-development": "webpack --mode development",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RudeySH/lastfm-bulk-edit.git"
},
"author": "Rudey",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/RudeySH/lastfm-bulk-edit/issues"
},
"homepage": "https://github.com/RudeySH/lastfm-bulk-edit",
"private": true,
"devDependencies": {
"@tsconfig/recommended": "^1.0.6",
"@types/greasemonkey": "^4.0.7",
"@types/he": "^1.2.3",
"@types/tiny-async-pool": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.2",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-userscript": "^3.1.0"
},
"dependencies": {
"async-mutex": "^0.5.0",
"he": "^1.2.0",
"tiny-async-pool": "^2.1.0"
}
}