mirror of
https://github.com/directus/directus.git
synced 2026-01-15 07:07:57 -05:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@directus/specs",
|
|
"version": "9.6.0",
|
|
"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",
|
|
"swagger-cli": "4.0.4",
|
|
"swagger-ui-watcher": "2.1.12"
|
|
},
|
|
"dependencies": {
|
|
"openapi3-ts": "^2.0.1"
|
|
}
|
|
}
|