{
  "name": "@strapi/content-releases",
  "version": "4.25.20",
  "description": "Strapi plugin for organizing and releasing content",
  "repository": {
    "type": "git",
    "url": "https://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"
    }
  ],
  "exports": {
    "./strapi-admin": {
      "types": "./dist/admin/index.d.ts",
      "source": "./admin/src/index.ts",
      "import": "./dist/admin/index.mjs",
      "require": "./dist/admin/index.js",
      "default": "./dist/admin/index.js"
    },
    "./strapi-server": {
      "types": "./dist/server/index.d.ts",
      "source": "./server/src/index.ts",
      "import": "./dist/server/index.mjs",
      "require": "./dist/server/index.js",
      "default": "./dist/server/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "./dist",
    "strapi-server.js"
  ],
  "scripts": {
    "build": "pack-up build",
    "clean": "run -T rimraf ./dist",
    "lint": "run -T eslint .",
    "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
    "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
    "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
    "test:ts:front": "run -T tsc -p admin/tsconfig.json",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "pack-up watch"
  },
  "dependencies": {
    "@reduxjs/toolkit": "1.9.7",
    "@strapi/design-system": "1.19.0",
    "@strapi/helper-plugin": "4.25.20",
    "@strapi/icons": "1.19.0",
    "@strapi/types": "4.25.20",
    "@strapi/utils": "4.25.20",
    "axios": "1.7.4",
    "date-fns": "2.30.0",
    "date-fns-tz": "2.0.0",
    "formik": "2.4.0",
    "lodash": "4.17.21",
    "node-schedule": "2.1.1",
    "react-intl": "6.4.1",
    "react-redux": "8.1.1",
    "yup": "0.32.9"
  },
  "devDependencies": {
    "@strapi/admin": "4.25.20",
    "@strapi/admin-test-utils": "4.25.20",
    "@strapi/pack-up": "4.23.0",
    "@strapi/strapi": "4.25.20",
    "@testing-library/dom": "9.2.0",
    "@testing-library/react": "14.0.0",
    "@testing-library/user-event": "14.4.3",
    "@types/koa": "2.13.4",
    "@types/styled-components": "5.1.32",
    "koa": "2.13.4",
    "msw": "1.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3",
    "typescript": "5.2.2"
  },
  "peerDependencies": {
    "@strapi/admin": "^4.19.0",
    "@strapi/strapi": "^4.15.1",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "nx": {
    "implicitDependencies": [
      "!@strapi/strapi"
    ]
  },
  "strapi": {
    "name": "content-releases",
    "description": "Organize and release content",
    "kind": "plugin",
    "displayName": "Releases",
    "required": true
  },
  "gitHead": "a38c6dc3717b2e6e7da00e45bd349b69a6469aac"
}
