Tracker definitions from jackett published as json and js modules. Data is somewhat normalized and types definitions available for modules.
npm install @ctrl/tracker-definitions
Here is an example looping over all definitions available printing their source (cardigann or jackett) and name. Some are more up to date than others.
import { definitions } from '@ctrl/tracker-definitions';
for (const def of definitions) {
console.log(def.source, def.name);
}
- Jackett Definitions: https://github.com/Jackett/Jackett/wiki/Definition-format