{ "name": "@directus/specs", "version": "9.14.5", "description": "OpenAPI Specification of the Directus API", "main": "index.js", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "scripts": { "ui:watch": "swagger-ui-watcher src/openapi.yaml", "validate": "swagger-cli validate src/openapi.yaml", "build": "swagger-cli bundle src/openapi.yaml -o dist/openapi.json", "build:deref": "swagger-cli bundle src/openapi.yaml -o dist/openapi-deref.json --dereference", "dev": "npm-watch build" }, "watch": { "build": { "patterns": [ "src" ], "extensions": "yaml", "quiet": true, "silent": true } }, "repository": { "type": "git", "url": "git+https://github.com/directus/directus.git" }, "author": "Nils Twelker", "license": "GPL-3.0", "bugs": { "url": "https://github.com/directus/directus/issues" }, "homepage": "https://github.com/directus/directus#readme", "files": [ "dist", "LICENSE", "README.md", "index.d.ts", "index.js" ], "gitHead": "24621f3934dc77eb23441331040ed13c676ceffd", "devDependencies": { "npm-watch": "0.11.0", "openapi-types": "^12.0.0", "swagger-cli": "4.0.4", "swagger-ui-watcher": "2.1.12" }, "dependencies": { "openapi3-ts": "^2.0.1" } }