{ "name": "@directus/schema", "version": "9.14.5", "description": "Utility for extracting information about existing DB schema", "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "types": "dist/index.d.ts", "scripts": { "build": "tsc --build && echo \"Built successfully\"", "dev": "npm-watch build" }, "watch": { "build": { "patterns": [ "src/*" ], "extensions": "ts", "quiet": true, "silent": true } }, "repository": { "type": "git", "url": "git+https://github.com/directus/directus.git" }, "keywords": [ "sql", "knex", "schema", "mysql", "postgresql", "cockroachdb", "sqlite3", "javascript" ], "author": "Rijk van Zanten ", "license": "GPL-3.0", "bugs": { "url": "https://github.com/directus/directus/issues" }, "homepage": "https://github.com/directus/directus#readme", "devDependencies": { "npm-watch": "0.11.0", "typescript": "4.5.2" }, "dependencies": { "knex": "2.2.0", "knex-schema-inspector": "^2.0.3", "lodash": "^4.17.21" }, "gitHead": "24621f3934dc77eb23441331040ed13c676ceffd" }