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.
Tdarr_Plugins/package.json

31 lines
917 B

{
"name": "tdarr_plugins",
"version": "1.0.0",
"description": "There are two types of plugin:",
"main": "Tdarr_Plugin_aaaa_Pre_Proc_Example.js",
"dependencies": {},
"devDependencies": {
"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"
},
"scripts": {
"test": "node ./tests/runTests.js",
"lint": "eslint Community methods examples tests --ext js",
"lint:fix": "eslint Community methods examples tests --ext js --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"
}