UNPKG

@onn-software/ddl-to-gql

Version:

Convert a SQL DDL to a GraphQL implementation with all relations.

47 lines (46 loc) 1.13 kB
{ "name": "@onn-software/ddl-to-gql", "version": "0.5.6", "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": "dist/index.js", "types": "dist/index.d.ts", "bin": "dist/index.js", "files": [ "dist", "README.md" ], "private": false, "preferGlobal": false, "repository": { "type": "git", "url": "git+https://github.com/onn-software/ddl-to-gql.git" }, "keywords": [ "GQL", "SQL", "DDL" ], "scripts": { "run": "ts-node src/index.ts", "build": "rimraf ./dist && rimraf ./test && tsc -p . && cp ../README.md README.md", "release": "npm publish" }, "devDependencies": { "@types/jest": "^29.4.0", "jest": "^29.4.3", "rimraf": "^4.3.1", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "typescript": "^4.9.5" }, "dependencies": { "commander": "^10.0.0" } }