mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
50 lines
1021 B
JSON
50 lines
1021 B
JSON
{
|
|
"name": "create-strapi-app",
|
|
"version": "4.1.12",
|
|
"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": "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": "./index.js",
|
|
"bin": {
|
|
"create-strapi-app": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"@strapi/generate-new": "4.1.12",
|
|
"commander": "6.1.0",
|
|
"inquirer": "8.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|