50 lines
1019 B
JSON
Raw Normal View History

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"
],
"homepage": "https://strapi.io",
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
2019-06-20 15:45:14 +02:00
},
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
2019-06-20 15:45:14 +02:00
},
"license": "SEE LICENSE IN LICENSE",
2019-06-20 15:45:14 +02:00
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
2019-06-20 15:45:14 +02:00
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./index.js",
"bin": {
"create-strapi-app": "./index.js"
2019-06-20 15:45:14 +02:00
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
2022-01-10 09:05:07 -08:00
"@strapi/generate-new": "4.0.4",
"commander": "6.1.0",
"inquirer": "8.2.0"
2019-06-20 15:45:14 +02:00
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"
}
2019-06-20 15:45:14 +02:00
}