-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.01 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@the-software-compagny/nestjs_module_factorydrive-sftp",
"version": "0.0.1",
"description": "SFTP driver for @the-software-compagny/nestjs_module_factorydrive",
"repository": "https://github.com/The-Software-Compagny/nestjs_module_factorydrive-sftp.git",
"author": "tacxou <[email protected]> (https://github.com/tacxou)",
"contributors": [
{
"name": " tacxou",
"email": "[email protected]",
"url": "https://github.com/tacxou"
},
{
"name": "Contributors",
"url": "https://github.com/The-Software-Compagny/nestjs_module_factorydrive-sftp/graphs/contributors"
}
],
"license": "MIT",
"main": "dist/index.js",
"keywords": [
"factory",
"node",
"nodejs",
"disk",
"driver",
"bucket",
"drive",
"abstract",
"abstraction",
"nestjs",
"storage",
"filesystem",
"file",
"ssh",
"sftp",
"promise",
"async",
"spaces",
"factorydrive"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"postbuild": "cpr README.md dist/README.md && cpr LICENSE dist/LICENSE && cpr package.json dist/package.json"
},
"dependencies": {
"ssh2-sftp-client": "^11.0.0"
},
"devDependencies": {
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@the-software-compagny/nestjs_module_factorydrive": "^1.1.5",
"@types/node": "^22.7.4",
"@types/ssh2-sftp-client": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"cpr": "^3.0.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"typescript": "^5.6.2"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@the-software-compagny/nestjs_module_factorydrive": "^1.0.0"
},
"publishConfig": {
"access": "public"
}
}