46 lines
894 B
JSON
Raw Normal View History

2019-06-20 15:45:14 +02:00
{
"name": "create-strapi-app",
2019-07-25 12:00:42 +02:00
"version": "3.0.0-beta.14",
2019-06-20 15:45:14 +02:00
"description": "Generate a new Strapi application.",
"license": "MIT",
"homepage": "http://strapi.io",
"keywords": [
"create-strapi-app",
"create",
"new",
"generate",
"strapi"
],
"main": "./index.js",
"bin": {
"create-strapi-app": "./index.js"
},
"files": [
2019-07-08 15:49:51 +02:00
"create-strapi-app.js",
2019-06-20 15:45:14 +02:00
"index.js"
],
"dependencies": {
"commander": "^2.20.0",
2019-07-25 12:00:42 +02:00
"strapi-generate-new": "3.0.0-beta.14"
2019-06-20 15:45:14 +02:00
},
"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.0.0",
"npm": ">=6.0.0"
2019-06-20 15:45:14 +02:00
}
}