-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 841 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
{
"name": "@onn-software/ddl-to-gql",
"version": "0.5.5",
"author": "David Hardy @ Onn Software",
"description": "Convert a SQL DDL to a GraphQL implementation with all relations.",
"bugs": {
"url": "https://github.com/onn-software/ddl-to-gql/issues"
},
"homepage": "https://github.com/onn-software/ddl-to-gql#readme",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/onn-software/ddl-to-gql.git"
},
"keywords": [
"GQL",
"SQL",
"DDL"
],
"scripts": {
"install:app": "npm --prefix app install",
"install:example": "npm --prefix example install",
"postinstall": "npm run install:app && npm run install:example",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.8.4"
}
}