UNPKG

graphql-to-sqlite-ddl

Version:

Parse graphQL Types to SQLite DDL

38 lines (37 loc) 838 B
{ "name": "graphql-to-sqlite-ddl", "version": "2.0.4", "description": "Parse graphQL Types to SQLite DDL", "main": "index.js", "scripts": { "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://gitlab.com/kojin-nakana/graphql-to-sqlite-ddl.git" }, "keywords": [ "GraphQL", "SQLite", "DDL", "Javascript", "Schema", "Tool", "ORM", "database" ], "author": "Kojin Nakana", "license": "MIT", "bugs": { "url": "https://gitlab.com/kojin-nakana/graphql-to-sqlite-ddl/-/issues" }, "homepage": "https://gitlab.com/kojin-nakana/graphql-to-sqlite-ddl", "dependencies": { "graphql": "^16.2.0", "pluralize": "^8.0.0", "snake-case": "^3.0.4" }, "devDependencies": { "jest": "^27.4.7" } }