Alexandre Bodin 95f3502ab4 v3.2.0
2020-10-06 11:01:02 +02:00

51 lines
1.0 KiB
JSON

{
"name": "strapi-generate",
"version": "3.2.0",
"description": "Master of ceremonies for the Strapi generators.",
"homepage": "http://strapi.io",
"keywords": [
"generate",
"generator",
"strapi"
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"async": "^2.6.2",
"fs-extra": "^9.0.1",
"lodash": "4.17.19",
"reportback": "^2.0.2",
"strapi-utils": "3.2.0"
},
"author": {
"name": "Strapi team",
"email": "hi@strapi.io",
"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 <13",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}