Alexandre Bodin 6f7e0c27e7 v3.6.5
2021-06-23 15:44:38 +02:00

50 lines
1.0 KiB
JSON

{
"name": "strapi-utils",
"version": "3.6.5",
"description": "Shared utilities for the Strapi packages",
"homepage": "https://strapi.io",
"keywords": [
"strapi",
"utilities",
"utils",
"winston"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"date-fns": "^2.19.0",
"lodash": "4.17.21",
"pino": "^4.7.1",
"pluralize": "^8.0.0",
"yup": "^0.32.9"
},
"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"
}