strapi/packages/core/utils/package.json
2024-06-21 10:28:28 +02:00

73 lines
1.7 KiB
JSON

{
"name": "@strapi/utils",
"version": "5.0.0-beta.14",
"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",
"execa": "5.1.1",
"http-errors": "2.0.0",
"lodash": "4.17.21",
"node-machine-id": "1.1.12",
"p-map": "4.0.0",
"preferred-pm": "3.1.2",
"yup": "0.32.9",
"zod": "^3.22.4"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0",
"@types/http-errors": "2.0.4",
"@types/koa": "2.13.4",
"@types/node": "18.19.24",
"eslint-config-custom": "5.0.0-beta.14",
"koa": "2.15.2",
"koa-body": "6.0.1",
"tsconfig": "5.0.0-beta.14"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}