-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
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
{
"name": "@nestjs!/graphql-filter",
"version": "1.0.12",
"description": "GraphQL tools for Nest framework that gives a set of decorators and pipe transforms for make filtering, ordering, pagination and selection inputs easily for use with a ORM.",
"author": "Giuliano Marinelli",
"license": "MIT",
"main": "dist/index",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"prepack": "npm run build",
"prepublish": "npm run build"
},
"dependencies": {
"lodash": ">=4.17.21",
"rxjs": ">=7.8.1",
"ts-morph": ">=25.0.1"
},
"devDependencies": {
"@nestjs/common": ">=11.0.8",
"@nestjs/core": ">=11.0.8",
"@nestjs/graphql": ">=13.0.2",
"@types/node": ">=22.13.1",
"class-validator": ">=0.14.1",
"graphql": ">=16.10.0",
"rimraf": ">=6.0.1",
"typeorm": ">=0.3.20",
"typescript": ">=5.7.3"
},
"peerDependencies": {
"@nestjs/common": ">=11.0.8",
"@nestjs/core": ">=11.0.8",
"@nestjs/graphql": ">=13.0.2",
"class-validator": ">=0.14.1",
"graphql": ">=16.10.0",
"typeorm": ">=0.3.20"
},
"homepage": "https://github.com/giuliano-marinelli/nestjs-graphql-filter#readme",
"repository": {
"type": "git",
"url": "https://github.com/giuliano-marinelli/nestjs-graphql-filter"
}
}