Alexandre Bodin 6aaa018ff5 v3.1.2
2020-07-29 13:34:01 +02:00

46 lines
898 B
JSON

{
"name": "create-strapi-app",
"version": "3.1.2",
"description": "Generate a new Strapi application.",
"license": "SEE LICENSE IN LICENSE",
"homepage": "http://strapi.io",
"keywords": [
"create-strapi-app",
"create",
"new",
"generate",
"strapi"
],
"main": "./index.js",
"bin": {
"create-strapi-app": "./index.js"
},
"files": [
"create-strapi-app.js",
"index.js"
],
"dependencies": {
"commander": "^2.20.0",
"strapi-generate-new": "3.1.2"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "http://strapi.io"
},
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.10.0",
"npm": ">=6.0.0"
}
}