mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
* 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
12 lines
198 B
JSON
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"
|
|
}
|
|
}
|