-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
39 lines (39 loc) · 1.16 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": "tdarr_plugins",
"version": "1.0.0",
"description": "Tdar Plugins Repo",
"main": "",
"dependencies": {
"chalk": "^4.1.2",
"import-fresh": "^3.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"chai": "^4.3.6",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint_d": "^11.1.1"
},
"scripts": {
"test": "node ./tests/runTests.js",
"lint": "eslint_d FlowPluginsTs Community methods examples tests --ext js,ts",
"lint:fix": "eslint_d FlowPluginsTs Community methods examples tests --ext js,ts --fix",
"checkPlugins": "node ./tests/checkPlugins.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaveAGitGat/Tdarr_Plugins.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HaveAGitGat/Tdarr_Plugins/issues"
},
"homepage": "https://github.com/HaveAGitGat/Tdarr_Plugins#readme"
}