{
  "name": "@storyblok/mapi-integration-tests",
  "version": "0.0.0",
  "private": true,
  "description": "Integration tests for @storyblok/management-api-client paired with @storyblok/schema",
  "type": "module",
  "scripts": {
    "test": "vp test run",
    "test:types": "tsc --noEmit --skipLibCheck",
    "test:e2e": "vp test run -c vitest.config.e2e.ts"
  },
  "devDependencies": {
    "@storyblok/management-api-client": "workspace:*",
    "@storyblok/schema": "workspace:*",
    "@types/node": "catalog:",
    "dotenv": "catalog:",
    "typescript": "catalog:",
    "vitest": "catalog:"
  }
}
