mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"name": "create-strapi-app",
|
|
"version": "5.44.0",
|
|
"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 .",
|
|
"test:ts": "run -T tsc --noEmit",
|
|
"watch": "run -T rollup -c -w"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/cloud-cli": "5.44.0",
|
|
"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.59.0",
|
|
"semver": "7.7.4",
|
|
"sort-package-json": "2.10.0",
|
|
"tar": "7.5.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/async-retry": "^1",
|
|
"@types/fs-extra": "11.0.4",
|
|
"@types/inquirer": "9.0.9",
|
|
"eslint-config-custom": "5.44.0",
|
|
"tsconfig": "5.44.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0 <=24.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|