lidarr-true-singles/package.json

39 lines
1.1 KiB
JSON

{
"name": "lidarr-true-singles",
"version": "1.0.0",
"description": "Automatically unmonitor promotional singles from Lidarr.",
"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",
"url": "git+https://git.chse.dev/chase/lidarr-true-singles.git"
},
"keywords": [],
"author": "Chase <c@chse.dev> (https://chse.dev)",
"contributors": [
""
],
"license": "MIT",
"bugs": {
"url": "https://git.chse.dev/chase/lidarr-true-singles/issues"
},
"homepage": "https://git.chse.dev/chase/lidarr-true-singles#readme",
"dependencies": {
"dotenv": "16.4.5",
"node-fetch": "3.3.2"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-chase": "1.0.11",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-unicorn": "52.0.0"
}
}