{ "name": "directus", "version": "9.11.1", "license": "GPL-3.0-only", "homepage": "https://github.com/directus/directus#readme", "description": "Directus is a real-time API and App dashboard for managing SQL database content.", "keywords": [ "directus", "realtime", "database", "content", "api", "rest", "graphql", "app", "dashboard", "headless", "cms", "mysql", "postgresql", "cockroachdb", "sqlite", "framework", "vue" ], "repository": { "type": "git", "url": "git+https://github.com/directus/directus.git" }, "bugs": { "url": "https://github.com/directus/directus/issues" }, "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" } ], "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./*": "./dist/*.js", "./package.json": "./package.json" }, "bin": { "directus": "cli.js" }, "scripts": { "start": "npx directus start", "prebuild": "npm run cleanup", "build": "tsc --build && copyfiles \"src/**/*.*\" -e \"src/**/*.ts\" -u 1 dist", "cleanup": "rimraf dist", "dev": "cross-env NODE_ENV=development SERVE_APP=false ts-node-dev --files --transpile-only --respawn --watch \".env\" --inspect=0 --exit-child -- src/start.ts", "cli": "cross-env NODE_ENV=development SERVE_APP=false ts-node --script-mode --transpile-only src/cli/run.ts", "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watch" }, "engines": { "node": ">=12.20.0" }, "files": [ "dist", "LICENSE", "README.md", "example.env" ], "dependencies": { "@aws-sdk/client-ses": "^3.40.0", "@directus/app": "9.11.1", "@directus/drive": "9.11.1", "@directus/drive-azure": "9.11.1", "@directus/drive-gcs": "9.11.1", "@directus/drive-s3": "9.11.1", "@directus/extensions-sdk": "9.11.1", "@directus/format-title": "9.11.1", "@directus/schema": "9.11.1", "@directus/shared": "9.11.1", "@directus/specs": "9.11.1", "@godaddy/terminus": "^4.9.0", "@rollup/plugin-alias": "^3.1.9", "@rollup/plugin-virtual": "^2.0.3", "argon2": "^0.28.2", "async": "^3.2.0", "async-mutex": "^0.3.1", "axios": "^0.24.0", "busboy": "^0.3.1", "camelcase": "^6.2.0", "chalk": "^4.1.1", "chokidar": "^3.5.2", "commander": "^8.0.0", "cookie-parser": "^1.4.5", "cors": "^2.8.5", "csv-parser": "^3.0.0", "date-fns": "^2.22.1", "deep-diff": "^1.0.2", "deep-map": "^2.0.0", "destroy": "^1.0.4", "dotenv": "^10.0.0", "eventemitter2": "^6.4.3", "execa": "^5.1.1", "exifr": "^7.1.2", "express": "^4.17.1", "flat": "^5.0.2", "fs-extra": "^10.0.0", "graphql": "^15.5.0", "graphql-compose": "^9.0.1", "helmet": "^4.6.0", "inquirer": "^8.1.1", "joi": "^17.3.0", "js-yaml": "^4.1.0", "js2xmlparser": "^4.0.1", "json2csv": "^5.0.3", "jsonwebtoken": "^8.5.1", "keyv": "^4.0.3", "knex": "^2.0.0", "knex-schema-inspector": "1.7.3", "ldapjs": "^2.3.1", "liquidjs": "^9.25.0", "lodash": "^4.17.21", "macos-release": "^2.4.1", "marked": "^4.0.3", "mime-types": "^2.1.31", "ms": "^2.1.3", "nanoid": "^3.1.23", "node-cron": "^3.0.0", "node-machine-id": "^1.1.12", "nodemailer": "^6.6.1", "object-hash": "^2.2.0", "openapi3-ts": "^2.0.0", "openid-client": "^5.0.0", "ora": "^5.4.0", "otplib": "^12.0.1", "pino": "6.13.3", "pino-colada": "^2.1.0", "pino-http": "5.8.0", "qs": "^6.9.4", "rate-limiter-flexible": "^2.2.2", "resolve-cwd": "^3.0.0", "rollup": "^2.67.3", "sanitize-html": "^2.6.0", "sharp": "^0.30.3", "stream-json": "^1.7.1", "strip-bom-stream": "^4.0.0", "supertest": "^6.1.6", "tmp-promise": "^3.0.3", "update-check": "^1.5.4", "uuid": "^8.3.2", "uuid-validate": "0.0.3", "wellknown": "^0.5.0" }, "optionalDependencies": { "@keyv/redis": "^2.1.2", "ioredis": "^4.27.6", "keyv-memcache": "^1.2.5", "memcached": "^2.2.2", "mysql": "^2.18.1", "nodemailer-mailgun-transport": "^2.1.3", "pg": "^8.6.0", "sqlite3": "^5.0.6", "tedious": "^13.0.0" }, "gitHead": "24621f3934dc77eb23441331040ed13c676ceffd", "devDependencies": { "@types/async": "3.2.10", "@types/body-parser": "1.19.2", "@types/busboy": "0.3.1", "@types/cookie-parser": "1.4.2", "@types/cors": "2.8.12", "@types/deep-diff": "1.0.1", "@types/destroy": "1.0.0", "@types/express": "4.17.13", "@types/express-pino-logger": "4.0.3", "@types/express-session": "1.17.4", "@types/flat": "5.0.2", "@types/fs-extra": "9.0.13", "@types/inquirer": "8.1.3", "@types/jest": "27.4.1", "@types/js-yaml": "4.0.5", "@types/json2csv": "5.0.3", "@types/jsonwebtoken": "8.5.6", "@types/keyv": "3.1.3", "@types/ldapjs": "2.2.2", "@types/lodash": "4.14.177", "@types/marked": "4.0.1", "@types/mime-types": "2.1.1", "@types/ms": "0.7.31", "@types/node": "16.11.9", "@types/node-cron": "2.0.5", "@types/nodemailer": "6.4.4", "@types/object-hash": "2.2.1", "@types/pino": "6.3.12", "@types/pino-http": "5.8.0", "@types/qs": "6.9.7", "@types/sanitize-html": "2.5.0", "@types/sharp": "0.29.4", "@types/stream-json": "1.7.1", "@types/supertest": "2.0.11", "@types/uuid": "8.3.3", "@types/uuid-validate": "0.0.1", "@types/wellknown": "0.5.1", "copyfiles": "2.4.1", "cross-env": "7.0.3", "form-data": "^4.0.0", "jest": "27.5.1", "knex-mock-client": "1.7.0", "ts-jest": "27.1.3", "ts-node-dev": "1.1.8", "typescript": "4.5.2" } }