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

---
updated-dependencies:
- dependency-name: npm-watch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14 09:57:48 -04:00

51 lines
1.2 KiB
JSON

{
"name": "@directus/specs",
"version": "9.0.0-rc.75",
"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": "24621f3934dc77eb23441331040ed13c676ceffd",
"devDependencies": {
"npm-watch": "^0.10.0",
"swagger-cli": "^4.0.4",
"swagger-ui-watcher": "^2.1.11"
},
"dependencies": {
"openapi3-ts": "^2.0.1"
}
}