forked from dosco/graphjin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 954 Bytes
/
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
{
"name": "graphjin",
"version": "",
"description": "GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dosco/graphjin.git"
},
"keywords": [
"postgres",
"mysql",
"graphql",
"sql"
],
"author": "Vikram (https://twitter.com/dosco)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dosco/graphjin/issues"
},
"homepage": "https://github.com/dosco/graphjin#readme",
"goBinary": {
"name": "graphjin",
"path": "./bin",
"url": "https://github.com/dosco/graphjin/releases/download/v{{version}}/graphjin_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"dependencies": {
"go-npm": "^0.1.9"
}
}