-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 831 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 831 Bytes
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
{
"name": "@escape.tech/graphql-armor-types",
"version": "0.7.0",
"description": "Export GraphQL Armor types.",
"packageManager": "yarn@4.9.2",
"main": "dist/graphql-armor-types.cjs.js",
"module": "dist/graphql-armor-types.esm.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w"
},
"repository": {
"type": "git",
"url": "https://github.com/Escape-Technologies/graphql-armor.git",
"directory": "packages/types"
},
"author": "Escape Technologies SAS",
"license": "MIT",
"bugs": {
"url": "https://github.com/Escape-Technologies/graphql-armor/issues"
},
"homepage": "https://github.com/Escape-Technologies/graphql-armor",
"dependencies": {
"graphql": "^16.10.0"
},
"devDependencies": {
"graphql": "16.11.0",
"typescript": "5.9.3"
}
}