UNPKG

@wbce-d9/directus9

Version:

Directus is a real-time API and App dashboard for managing SQL database content

64 lines 1.34 kB
{ "name": "@wbce-d9/directus9", "version": "10.3.8", "description": "Directus is a real-time API and App dashboard for managing SQL database content", "type": "module", "keywords": [ "directus", "realtime", "database", "content", "api", "rest", "graphql", "app", "dashboard", "headless", "cms", "mysql", "postgresql", "cockroachdb", "sqlite", "framework", "vue" ], "homepage": "https://directus.io", "bugs": { "url": "https://github.com/LaWebcapsule/directus9/issues" }, "repository": { "type": "git", "url": "https://github.com/LaWebcapsule/directus9.git" }, "funding": "https://github.com/LaWebcapsule/directus9?sponsor=1", "license": "GPL-3.0-only", "author": { "name": "Monospace Inc", "email": "info@monospace.io", "url": "https://monospace.io" }, "maintainers": [ { "name": "Rijk van Zanten", "email": "rijkvanzanten@me.com", "url": "https://github.com/rijkvanzanten" }, { "name": "Ben Haynes", "email": "ben@rngr.org", "url": "https://github.com/benhaynes" } ], "exports": { "./package.json": "./package.json" }, "bin": { "directus": "cli.js" }, "dependencies": { "@wbce-d9/api": "11.0.8" }, "engines": { "node": ">=18.0.0" } }