mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 09:15:55 +00:00
46 lines
904 B
JSON
46 lines
904 B
JSON
{
|
|
"name": "create-strapi",
|
|
"version": "5.0.0-rc.20",
|
|
"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": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"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": "workspace:*"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|