/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/cli/create-strapi-app/package.json
84 строки
2 KB
Adzouz
release: 5.51.2
05 авг 2026, 15:59
05 авг 2026, 15:59
4350d8f
Код
Авторство
О чём код?
{ "name": "create-strapi-app", "version": "5.51.2", "description": "Generate a new Strapi application.", "keywords": [ "create-strapi-app", "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-app" }, "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/src/index.d.ts", "bin": "./bin/index.js", "files": [ "dist/", "bin/", "templates/" ], "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", "clean": "run -T rimraf ./dist", "lint": "run -T eslint . --max-warnings=0", "test:ts": "run -T tsc -p tsconfig.json", "test:unit": "run -T jest", "watch": "run -T rollup -c -w" }, "dependencies": { "@strapi/cloud-cli": "5.51.2", "async-retry": "1.3.3", "chalk": "4.1.2", "commander": "8.3.0", "execa": "5.1.1", "fs-extra": "11.3.4", "inquirer": "9.3.8", "lodash": "4.18.1", "node-machine-id": "^1.1.10", "ora": "^5.4.1", "rollup": "4.60.4", "semver": "7.7.4", "sort-package-json": "2.10.0", "tar": "7.5.22" }, "devDependencies": { "@strapi/database": "5.51.2", "@strapi/utils": "5.51.2", "@types/async-retry": "^1", "@types/fs-extra": "11.0.4", "@types/inquirer": "9.0.9", "@types/node": "20.19.41", "eslint-config-custom": "5.51.2", "tsconfig": "5.51.2" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" } }