You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
{
|
|
"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"
|
|
}
|