mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"name": "@strapi/utils",
|
|
"version": "4.8.2",
|
|
"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",
|
|
"test:unit:watch": "jest --watch",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@sindresorhus/slugify": "1.1.0",
|
|
"date-fns": "2.29.3",
|
|
"http-errors": "1.8.1",
|
|
"lodash": "4.17.21",
|
|
"p-map": "4.0.0",
|
|
"yup": "0.32.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=18.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|