/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/cli/create-strapi/package.json
46 строк
943 B
Adzouz
release: 5.51.2
05 авг 2026, 15:59
05 авг 2026, 15:59
4350d8f
Код
Авторство
О чём код?
{ "name": "create-strapi", "version": "5.51.2", "description": "Generate a new Strapi application.", "keywords": [ "create-strapi", "create", "new", "generate", "strapi" ], "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "https://github.com/strapi/strapi.git", "directory": "packages/cli/create-strapi" }, "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": "", "bin": "./bin/index.js", "files": [ "bin/" ], "dependencies": { "create-strapi-app": "5.51.2" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" } }