-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.57 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
{
"name": "@the-software-compagny/nestjs_module_ldap",
"version": "0.0.2",
"description": "LDAP module for NestJS Framework",
"repository": "https://github.com/The-Software-Compagny/nestjs_module_ldap.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_ldap/graphs/contributors"
}
],
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"postbuild": "cpr README.md dist/README.md && cpr LICENSE dist/LICENSE && cpr package.json dist/package.json"
},
"devDependencies": {
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@types/node": "^22.5.5",
"cpr": "^3.0.1",
"eslint": "^8.56.0",
"ldapts": "^7.3.1",
"prettier": "^3.3.2",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"ldapts": "^7.0.0"
},
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}