forked from teamwalnut/graphql-ppx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 860 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 860 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": "@reasonml-community/graphql-ppx",
"version": "1.2.3",
"description": "graphql-ppx rewriter for ReScript/ReasonML",
"repository": "https://github.com/reasonml-community/graphql-ppx",
"author": "Tomasz Cichocinski <tomaszcichocinski@gmail.com>",
"contributors": [
"Tomasz Cichocinski <tomaszcichocinski@gmail.com>",
"Jaap Frölich <jfrolich@gmail.com>"
],
"license": "MIT",
"scripts": {
"generate-schema": "node ./dslToJson.js > graphql_schema.json",
"postinstall": "node ./copyPlatformBinaryInPlace.js"
},
"devDependencies": {
"rescript": "10.0.1",
"graphql": "^15.5.0"
},
"peerDependencies": {
"rescript": "^10.0.1"
},
"publishConfig": {
"access": "public"
},
"files": [
"copyPlatformBinaryInPlace.js",
"bsconfig.json",
"rescript-runtime",
"bin",
"LICENSE"
]
}