mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "strapi-generate-new",
|
|
"version": "3.2.4",
|
|
"description": "Generate a new Strapi application.",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"generate",
|
|
"generator",
|
|
"strapi"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "^5.7.1",
|
|
"chalk": "^2.4.2",
|
|
"execa": "^1.0.0",
|
|
"fs-extra": "^9.0.1",
|
|
"hosted-git-info": "3.0.5",
|
|
"inquirer": "^6.3.1",
|
|
"lodash": "4.17.19",
|
|
"node-fetch": "^2.6.1",
|
|
"node-machine-id": "^1.1.10",
|
|
"ora": "^3.4.0",
|
|
"tar": "6.0.5",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"author": {
|
|
"email": "hi@strapi.io",
|
|
"name": "Strapi team",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"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.16.0 <=14.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|