mirror of
https://github.com/directus/directus.git
synced 2026-01-28 15:28:24 -05:00
31 lines
825 B
JSON
31 lines
825 B
JSON
{
|
|
"name": "@directus/specs",
|
|
"version": "9.0.0-alpha.39",
|
|
"description": "Specification of the Directus Api",
|
|
"scripts": {
|
|
"dev": "swagger-ui-watcher specs/openapi.yaml",
|
|
"validate": "swagger-cli validate specs/openapi.yaml",
|
|
"build": "swagger-cli bundle specs/openapi.yaml -o dist/openapi.json",
|
|
"build:deref": "swagger-cli bundle specs/openapi.yaml -o dist/openapi-deref.json --dereference"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/directus/next.git"
|
|
},
|
|
"author": "Nils Twelker",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/directus/next/issues"
|
|
},
|
|
"homepage": "https://github.com/directus/next#readme",
|
|
"devDependencies": {
|
|
"@apidevtools/swagger-cli": "^4.0.4",
|
|
"swagger-ui-watcher": "^2.1.11"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"LICENSE",
|
|
"README.md"
|
|
]
|
|
}
|