-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "@escape.tech/graphql-armor-character-limit",
"version": "2.3.1",
"description": "Limit the number of character allowed in a GraphQL query.",
"packageManager": "yarn@4.9.2",
"main": "dist/graphql-armor-character-limit.cjs.js",
"module": "dist/graphql-armor-character-limit.esm.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w"
},
"repository": {
"type": "git",
"url": "https://github.com/Escape-Technologies/graphql-armor.git",
"directory": "packages/plugins/max-aliases"
},
"author": "Escape Technologies SAS",
"license": "MIT",
"bugs": {
"url": "https://github.com/Escape-Technologies/graphql-armor/issues"
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"graphql": "^16.10.0"
},
"optionalDependencies": {
"@envelop/core": "^5.2.3",
"@escape.tech/graphql-armor-types": "0.7.0"
},
"devDependencies": {
"@envelop/core": "5.2.3",
"@envelop/testing": "8.1.3",
"@envelop/types": "5.2.1",
"@escape.tech/graphql-armor-types": "0.7.0",
"graphql": "16.11.0",
"typescript": "5.9.3"
}
}