Tdarr_Plugins/methods/package.json
HaveAGitGat de7218cda5
Update methods (#233)
* Remove importFresh from methods

* lint

* Remove importFresh

* Remove node_modules

* Add import-fresh to community plugins download

* Add import-fresh to actions and filters

* Add intermediate fresh library loader
2021-12-31 17:08:36 +01:00

12 lines
198 B
JSON

{
"name": "methods",
"version": "1.0.0",
"description": "",
"main": "library.js",
"scripts": {},
"author": "",
"license": "ISC",
"dependencies": {
"import-fresh": "^3.3.0"
}
}