lidarr-true-singles/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2023-01-10 23:39:36 +00:00
{
"name": "lidarr-true-singles",
"version": "1.0.0",
2023-01-11 19:20:27 +00:00
"description": "Automatically unmonitor promotional singles from Lidarr.",
2023-01-10 23:39:36 +00:00
"main": "./src/app.js",
"engines": {
"node": ">=16.14.0"
},
"type": "module",
"scripts": {
"start": "node ./src/app.js",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src"
},
"repository": {
"type": "git",
2023-04-24 09:56:10 +00:00
"url": "git+https://git.chse.dev/chase/lidarr-true-singles.git"
2023-01-10 23:39:36 +00:00
},
"keywords": [],
"author": "Chase <c@chse.dev> (https://chse.dev)",
"contributors": [
""
],
"license": "MIT",
"bugs": {
2023-04-24 09:56:10 +00:00
"url": "https://git.chse.dev/chase/lidarr-true-singles/issues"
2023-01-10 23:39:36 +00:00
},
2023-04-24 09:56:10 +00:00
"homepage": "https://git.chse.dev/chase/lidarr-true-singles#readme",
2023-01-11 01:16:25 +00:00
"dependencies": {
"dotenv": "16.0.3",
"node-fetch": "3.3.1"
2023-01-11 01:16:25 +00:00
},
2023-01-10 23:39:36 +00:00
"devDependencies": {
2023-04-22 15:26:00 +00:00
"eslint": "8.39.0",
"eslint-config-chase": "1.0.8",
"eslint-plugin-import": "2.27.5",
Update dependency eslint-plugin-jsdoc to v43 (#5) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | major | [`41.1.2` -> `43.0.7`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/41.1.2/43.0.7) | :warning: Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNTYuMSJ9--> Co-authored-by: Renovate <renovate@chse.dev> Reviewed-on: https://git.chse.dev/chase/lidarr-true-singles/pulls/5 Co-authored-by: Renovate <renovate@noreply.localhost> Co-committed-by: Renovate <renovate@noreply.localhost>
2023-04-22 15:26:07 +00:00
"eslint-plugin-jsdoc": "43.0.7",
"eslint-plugin-unicorn": "46.0.0"
2023-01-10 23:39:36 +00:00
}
2023-04-24 09:56:10 +00:00
}