UNPKG

@wbce-d9/schema

Version:

Utility for extracting information about existing DB schema

54 lines 1.21 kB
{ "name": "@wbce-d9/schema", "version": "10.0.0", "description": "Utility for extracting information about existing DB schema", "type": "module", "keywords": [ "sql", "knex", "schema", "mysql", "postgresql", "cockroachdb", "sqlite3", "javascript" ], "homepage": "https://directus.io", "bugs": { "url": "https://github.com/LaWebcapsule/directus9/issues" }, "repository": { "type": "git", "url": "https://github.com/LaWebcapsule/directus9.git", "directory": "packages/schema" }, "funding": "https://github.com/LaWebcapsule/directus9?sponsor=1", "license": "GPL-3.0", "author": "Rijk van Zanten <rijkvanzanten@me.com>", "exports": { ".": "./dist/index.js", "./package.json": "./package.json", "./types/overview": { "types": "./dist/types/overview.d.ts", "default": "./dist/types/overview.js" } }, "main": "dist/index.js", "files": [ "dist" ], "dependencies": { "knex": "3.1.0" }, "devDependencies": { "@wbce-d9/tsconfig": "2.0.0", "typescript": "5.0.4" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc --build", "dev": "tsc --watch" } }