mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
49 lines
1018 B
JSON
49 lines
1018 B
JSON
{
|
|
"name": "@strapi/generate-controller",
|
|
"version": "3.6.0",
|
|
"description": "Generate a controller for a Strapi API.",
|
|
"homepage": "https://strapi.io",
|
|
"keywords": [
|
|
"controller",
|
|
"generate",
|
|
"generator",
|
|
"strapi"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "4.17.21",
|
|
"@strapi/utils": "3.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"author": {
|
|
"email": "hi@strapi.io",
|
|
"name": "Strapi team",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://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"
|
|
}
|