strapi/packages/core/utils/package.json

68 lines
1.5 KiB
JSON

{
"name": "@strapi/utils",
"version": "4.11.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": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"directories": {
"lib": "./lib"
},
"scripts": {
"build": "run -T tsc",
"build:ts": "run build",
"watch": "run -T tsc -w --preserveWatchOutput",
"clean": "run -T rimraf ./dist",
"prepublishOnly": "yarn clean && yarn build",
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"lint": "run -T eslint ."
},
"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": {
"@types/koa": "2.13.4",
"eslint-config-custom": "4.11.7",
"koa": "2.13.4",
"koa-body": "4.2.0",
"tsconfig": "4.11.7"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}