Files
directus/packages/spec/package.json
2020-10-01 11:57:19 -04:00

34 lines
966 B
JSON

{
"name": "@directus/specs",
"version": "9.0.0-beta.4",
"description": "Specification of the Directus Api",
"main": "index.js",
"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",
"prepublishOnly": "npm run build && npm run build:deref"
},
"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"
],
"gitHead": "4476da28dbbc2824e680137aa28b2b91b5afabec"
}