{
  "name": "@googleforcreators/output",
  "description": "Package for Web Stories AMP output",
  "private": false,
  "version": "0.1.202410011217",
  "author": {
    "name": "Google",
    "url": "https://creators.google/"
  },
  "license": "Apache-2.0",
  "keywords": [
    "web stories"
  ],
  "homepage": "https://github.com/GoogleForCreators/web-stories-wp/blob/main/packages/output/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoogleForCreators/web-stories-wp.git",
    "directory": "packages/output"
  },
  "bugs": {
    "url": "https://github.com/googleforcreators/web-stories-wp/issues"
  },
  "engines": {
    "node": ">= 12 || >= 14 || >= 16 || >= 18 || >= 20",
    "npm": ">= 7.3"
  },
  "customExports": {
    ".": {
      "default": "./src/index.ts"
    }
  },
  "main": "dist/index.js",
  "module": "dist-module/index.js",
  "types": "dist-types/index.d.ts",
  "source": "src/index.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@googleforcreators/animation": "*",
    "@googleforcreators/design-system": "*",
    "@googleforcreators/elements": "*",
    "@googleforcreators/fonts": "*",
    "@googleforcreators/i18n": "*",
    "@googleforcreators/masks": "*",
    "@googleforcreators/media": "*",
    "@googleforcreators/patterns": "*",
    "@googleforcreators/react": "*",
    "@googleforcreators/rich-text": "*",
    "@googleforcreators/units": "*",
    "@googleforcreators/url": "*",
    "prop-types": "^15.8.0"
  },
  "devDependencies": {
    "@googleforcreators/element-library": "*",
    "@googleforcreators/test-utils": "*",
    "@testing-library/react": "^12.1.5",
    "flagged": "^2.0.10",
    "react": "^17.0.2"
  }
}
