lidarr-true-singles/package.json

40 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",
"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",
2023-01-11 01:16:25 +00:00
"dependencies": {
"dotenv": "16.0.3",
2023-01-11 15:19:17 +00:00
"node-fetch": "3.3.0"
2023-01-11 01:16:25 +00:00
},
2023-01-10 23:39:36 +00:00
"devDependencies": {
"eslint": "8.33.0",
2023-01-31 21:55:11 +00:00
"eslint-config-chase": "1.0.6",
"eslint-plugin-import": "2.27.5",
2023-01-31 21:55:11 +00:00
"eslint-plugin-jsdoc": "39.7.5",
2023-01-10 23:39:36 +00:00
"eslint-plugin-unicorn": "45.0.2"
}
}