/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/core/openapi/package.json
72 строки
2 KB
Adzouz
release: 5.51.2
05 авг 2026, 15:59
05 авг 2026, 15:59
4350d8f
Код
Авторство
О чём код?
{ "name": "@strapi/openapi", "version": "5.51.2", "description": "A tool set to help generate and validate API documentation for Strapi projects", "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "https://github.com/strapi/strapi.git", "directory": "packages/core/openapi" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "main": "./dist/index.js", "module": "./dist/index.mjs", "source": "./src/index.ts", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "source": "./src/index.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist/" ], "scripts": { "build": "run -T npm-run-all clean --parallel build:code build:types", "build:code": "run -T rollup -c", "build:types": "run -T tsc -p tsconfig.build.json --emitDeclarationOnly", "watch": "run -T rollup -c -w", "clean": "run -T rimraf ./dist", "lint": "run -T eslint . --max-warnings=0", "prepublishOnly": "yarn clean && yarn build", "test:ts": "run -T tsc -p tsconfig.json", "test:unit": "run -T jest", "test:unit:watch": "run -T jest --watch" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" }, "dependencies": { "debug": "4.3.4", "openapi-types": "12.1.3", "zod": "3.25.76" }, "devDependencies": { "@strapi/types": "5.51.2", "@types/debug": "^4", "@types/jest": "29.5.2", "@types/node": "20.19.41", "jest": "29.6.0" } }