2019-06-20 15:45:14 +02:00
|
|
|
{
|
|
|
|
|
"name": "create-strapi-app",
|
2022-01-10 09:05:07 -08:00
|
|
|
"version": "4.0.4",
|
2019-06-20 15:45:14 +02:00
|
|
|
"description": "Generate a new Strapi application.",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"create-strapi-app",
|
|
|
|
|
"create",
|
|
|
|
|
"new",
|
|
|
|
|
"generate",
|
|
|
|
|
"strapi"
|
|
|
|
|
],
|
2021-11-29 15:13:33 +01:00
|
|
|
"homepage": "https://strapi.io",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/strapi/strapi/issues"
|
2019-06-20 15:45:14 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/strapi/strapi.git"
|
2019-06-20 15:45:14 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2019-06-20 15:45:14 +02:00
|
|
|
"author": {
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
2021-11-29 15:13:33 +01:00
|
|
|
"email": "hi@strapi.io",
|
2021-01-26 17:06:25 +01:00
|
|
|
"url": "https://strapi.io"
|
2019-06-20 15:45:14 +02:00
|
|
|
},
|
2021-11-29 16:23:55 +01:00
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "https://strapi.io"
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-11-29 15:13:33 +01:00
|
|
|
"main": "./index.js",
|
|
|
|
|
"bin": {
|
|
|
|
|
"create-strapi-app": "./index.js"
|
2019-06-20 15:45:14 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"no tests yet\""
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-01-10 09:05:07 -08:00
|
|
|
"@strapi/generate-new": "4.0.4",
|
2021-11-29 15:13:33 +01:00
|
|
|
"commander": "6.1.0",
|
|
|
|
|
"inquirer": "8.2.0"
|
2019-06-20 15:45:14 +02:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2022-01-03 11:55:52 +01:00
|
|
|
"node": ">=12.22.0 <=16.x.x",
|
2019-07-15 11:19:06 +02:00
|
|
|
"npm": ">=6.0.0"
|
2021-11-29 15:13:33 +01:00
|
|
|
}
|
2019-06-20 15:45:14 +02:00
|
|
|
}
|