lidarr-true-singles/package.json

40 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://github.com/chxseh/lidarr-true-singles.git"
},
"keywords": [],
"author": "Chase <c@chse.dev> (https://chse.dev)",
"contributors": [
""
],
"license": "MIT",
"bugs": {
"url": "https://github.com/chxseh/lidarr-true-singles/issues"
},
"homepage": "https://github.com/chxseh/lidarr-true-singles#readme",
"dependencies": {
"dotenv": "16.0.3",
"node-fetch": "3.3.0"
},
"devDependencies": {
"eslint": "8.33.0",
"eslint-config-chase": "1.0.6",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "39.7.5",
"eslint-plugin-unicorn": "45.0.2"
}
}