deluge-windscribe-ephemeral.../package.json
2022-09-10 01:45:18 +02:00

42 lines
1.1 KiB
JSON

{
"name": "project",
"version": "2.0.0",
"description": "",
"keywords": [],
"license": "MIT",
"author": "nezu",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "node --loader ts-node/esm src/index.ts",
"dev": "nodemon --config nodemon.json src/index.ts",
"dev:debug": "nodemon --config nodemon.json --inspect-brk src/index.ts",
"lint": "eslint . --ext .ts",
"build": "tsc"
},
"devDependencies": {
"@types/async-lock": "^1.1.5",
"@types/node": "^18.7.16",
"@types/node-cron": "^3.0.4",
"@types/qs": "^6.9.7",
"@types/set-cookie-parser": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"dependencies": {
"@ctrl/deluge": "^4.2.0",
"async-lock": "^1.3.2",
"axios": "^0.27.2",
"dotenv": "^16.0.2",
"keyv": "^4.5.0",
"keyv-file": "^0.2.0",
"node-cron": "^3.0.2",
"qs": "^6.11.0",
"set-cookie-parser": "^2.5.1"
}
}