add prettier

This commit is contained in:
HaveAGitGat 2020-05-15 01:20:36 +01:00
parent e1ff493d7b
commit d28272f6d4
23 changed files with 154650 additions and 0 deletions

23
package.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "tdarr_plugins",
"version": "1.0.0",
"description": "There are two types of plugin:",
"main": "Tdarr_Plugin_aaaa_Pre_Proc_Example.js",
"dependencies": {},
"devDependencies": {
"prettier": "2.0.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}