Files
directus/packages/specs/package.json
dependabot[bot] e597fcff56 Bump npm-watch from 0.7.0 to 0.9.0 (#5445)
Bumps [npm-watch](https://github.com/M-Zuber/npm-watch) from 0.7.0 to 0.9.0.
- [Release notes](https://github.com/M-Zuber/npm-watch/releases)
- [Commits](https://github.com/M-Zuber/npm-watch/compare/v0.7.0...v0.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 09:30:29 -04:00

51 lines
1.2 KiB
JSON

{
"name": "@directus/specs",
"version": "9.0.0-rc.62",
"description": "OpenAPI Specification of the Directus API",
"main": "index.js",
"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",
"prepublishOnly": "npm run build",
"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": "71bf628955b5da15ce3070dc09478bc558f243a4",
"devDependencies": {
"npm-watch": "^0.9.0",
"swagger-cli": "^4.0.4",
"swagger-ui-watcher": "^2.1.11"
},
"dependencies": {
"openapi3-ts": "^2.0.1"
}
}