strapi/packages/core/utils/package.json
2024-02-28 15:33:49 +01:00

69 lines
1.5 KiB
JSON

{
"name": "@strapi/utils",
"version": "4.20.3",
"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": "./dist/index.js",
"module": "./dist/index.mjs",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"build": "pack-up build",
"clean": "run -T rimraf ./dist",
"lint": "run -T eslint .",
"test:ts": "run -T tsc --noEmit",
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"watch": "pack-up watch"
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"date-fns": "2.30.0",
"http-errors": "1.8.1",
"lodash": "4.17.21",
"p-map": "4.0.0",
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.20.3",
"@strapi/types": "4.20.3",
"@types/koa": "2.13.4",
"@types/node": "18.18.4",
"eslint-config-custom": "4.20.3",
"koa": "2.13.4",
"koa-body": "4.2.0",
"tsconfig": "4.20.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}