/
moreqqq
/
DeliveryService
Обзор
Документация
Войти
/
moreqqq
/
DeliveryService
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/node_modules/@angular-devkit/schematics-cli/schematic/schema.json
23 строки
615 B
moreqqq
написал тесты
29 май 2026, 22:13
29 май 2026, 22:13
6f740ff
Код
Авторство
О чём код?
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "SchematicsSchematicSchema", "title": "Schematic Options Schema", "type": "object", "properties": { "name": { "type": "string", "description": "The package name for the new schematic." }, "author": { "type": "string", "description": "Author for the new schematic." }, "packageManager": { "description": "The package manager used to install dependencies.", "type": "string", "enum": ["npm", "yarn", "pnpm", "cnpm", "bun"], "default": "npm" } }, "required": ["name"] }