-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "translate-pixiv-tags",
"version": "0.0.0",
"description": "A userscript that translates tags and artist names on multiple image hosting sites to their corresponding Danbooru tags.",
"main": "translate-pixiv-tags.user.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "^49.0.0",
"jquery": "^3.2.1",
"mutation-summary": "^0.0.0",
"qtip2": "^3.0.3",
"underscore": "^1.12.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evazion/translate-pixiv-tags.git"
},
"author": "evazion",
"license": "MIT",
"bugs": {
"url": "https://github.com/evazion/translate-pixiv-tags/issues"
},
"homepage": "https://github.com/evazion/translate-pixiv-tags#readme",
"devDependencies": {
"@types/jquery": "^3.2.1",
"@types/psl": "^1.1.3",
"@types/tampermonkey": "^5.0.2",
"@types/underscore": "1.11"
}
}