mirror of
https://github.com/strapi/strapi.git
synced 2026-01-01 09:44:28 +00:00
49 lines
1000 B
JSON
49 lines
1000 B
JSON
{
|
|
"name": "@strapi/utils",
|
|
"version": "4.0.7",
|
|
"description": "Shared utilities for the Strapi packages",
|
|
"keywords": [
|
|
"strapi",
|
|
"utils"
|
|
],
|
|
"homepage": "https://strapi.io",
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": {
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"main": "./lib",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"scripts": {
|
|
"test:unit": "jest --verbose"
|
|
},
|
|
"dependencies": {
|
|
"@sindresorhus/slugify": "1.1.0",
|
|
"date-fns": "2.24.0",
|
|
"http-errors": "1.8.0",
|
|
"lodash": "4.17.21",
|
|
"yup": "0.32.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|