-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@n3xushd/client-request-manager",
"version": "1.0.1",
"description": "A qBittorrent node API forked from @jesec/flood",
"main": "./dist/client-request-manager.js",
"types": "./dist/client-request-manager.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/N3xusHD/client-request-manager.git"
},
"author": "Sec-ant",
"license": "MIT",
"bugs": {
"url": "https://github.com/N3xusHD/client-request-manager/issues"
},
"homepage": "https://github.com/N3xusHD/client-request-manager#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"nodemon": "^2.0.12",
"npm-run-all": "^4.1.1",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"axios": "^0.21.1",
"create-torrent": "^4.7.0",
"form-data": "^4.0.0",
"parse-torrent-title": "^1.3.0",
"zod": "^3.5.1"
}
}