-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
42
43
44
{
"name": "scrymble",
"version": "2.0.0",
"type": "module",
"main": "scRYMble.js",
"scripts": {
"build": "eslint . && rollup -c",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "jest"
},
"author": "bluetshirt",
"contributors": [
"fidwell",
"AnniesBoobs",
"BruceWayne",
"actually",
"Kronz",
"Carcinogeneration"
],
"license": "ISC",
"description": "Visit a release page on rateyourmusic.com and scrobble the songs you see!",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin-js": "^2.3.0",
"@stylistic/eslint-plugin-ts": "^2.3.0",
"@types/eslint__js": "^8.42.3",
"@types/greasemonkey": "^4.0.7",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.7",
"eslint": "^9.9.0",
"fs": "^0.0.1-security",
"jest": "^29.7.0",
"jsdom": "^24.1.1",
"rollup": "^4.59.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.2.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"typescript-eslint": "^8.1.0"
}
}