2020-12-22 16:52:46 +01:00

50 lines
1.0 KiB
JSON

{
"name": "strapi-generate-model",
"version": "3.4.1",
"description": "Generate a model for a Strapi API.",
"homepage": "http://strapi.io",
"keywords": [
"generate",
"generator",
"model",
"strapi"
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"lodash": "4.17.19",
"pluralize": "^8.0.0",
"strapi-utils": "3.4.1"
},
"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"
}