-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.25 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
{
"name": "nestjs-expanse",
"version": "1.2.8",
"description": "",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./typeorm": "./dist/typeorm/index.js",
"./prisma": "./dist/prisma/index.js"
},
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"typeorm": [
"./dist/typeorm/index.d.ts"
],
"prisma": [
"./dist/prisma/index.d.ts"
]
}
},
"files": [
"./dist/**/*"
],
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nexfader/nestjs-expanse.git"
},
"keywords": [
"nestjs",
"nest",
"expand",
"relations",
"include",
"join",
"rest",
"rest-api"
],
"author": "Ivan Makarov <nexfader@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nexfader/nestjs-expanse/issues"
},
"homepage": "https://github.com/Nexfader/nestjs-expanse#readme",
"peerDependencies": {
"@nestjs/common": "^10.x",
"@nestjs/core": "^10.x"
},
"devDependencies": {
"@nestjs/cli": "^10.4.4",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.1",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.4"
}
}