-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 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
{
"name": "strapi-plugin-graphql-logging",
"version": "0.1.7",
"description": "Logging of GraphQL queries and responses with syntax highlighting",
"strapi": {
"name": "graphql-logging",
"displayName": "GraphQL Logging",
"description": "Logging of GraphQL queries and responses with syntax highlighting",
"kind": "plugin"
},
"dependencies": {
"chalk": "^4.1.2",
"jsdom": "^20.0.0",
"prismjs": "^1.29.0"
},
"devDependencies": {
"@types/jsdom": "^20.0.0",
"@types/prismjs": "^1.26.0",
"typescript": "4.6.3"
},
"author": {
"name": "Dima Pulkinen <dima@itsemast.com>"
},
"maintainers": [
{
"name": "Dima Pulkinen <dima@itsemast.com>"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"scripts": {
"develop": "tsc -w",
"build": "tsc"
},
"license": "MIT",
"keywords": [
"strapi",
"graphql",
"logging",
"debug",
"syntax",
"highlight"
],
"repository": {
"type": "git",
"url": "https://github.com/itsemast/strapi-plugin-graphql-logging.git"
},
"bugs": {
"url": "https://github.com/itsemast/strapi-plugin-graphql-logging/issues"
},
"homepage": "https://github.com/itsemast/strapi-plugin-graphql-logging#readme"
}