{
  "name": "@lottiefiles/relottie-metadata",
  "version": "1.15.0",
  "type": "module",
  "description": "relottie plugin to extract Lottie metadata",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LottieFiles/relottie.git",
    "directory": "packages/relottie-metadata"
  },
  "homepage": "https://github.com/LottieFiles/relottie/packages/relottie-metadata#readme",
  "bugs": "https://github.com/LottieFiles/relottie/issues",
  "author": "LottieFiles",
  "contributors": [
    "Aidos Sabit <https://github.com/aidosmf>"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*.js",
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/*",
        "dist/*.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "unified",
    "relottie",
    "relottie-plugin",
    "plugin",
    "lottie",
    "last",
    "lottie-ast",
    "abstract",
    "syntax",
    "tree",
    "ast",
    "metadata"
  ],
  "dependencies": {
    "filesize": "^10.1.1",
    "unist-util-visit": "4.1.2",
    "@lottiefiles/last": "1.15.0"
  },
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@lottiefiles/jest-config": "1.0.0",
    "@types/jest": "29.5.8",
    "@types/jest-specific-snapshot": "0.5.6",
    "@types/node": "18.18.9",
    "@types/unist": "2.0.7",
    "esbuild": "0.25.7",
    "jest": "29.7.0",
    "jest-specific-snapshot": "8.0.0",
    "to-vfile": "7.2.3",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.1",
    "tsup": "8.3.5",
    "typescript": "4.7.4",
    "unified": "10.1.2",
    "vfile": "5.3.7",
    "@lottiefiles/relottie-parse": "1.15.0",
    "@lottiefiles/relottie-stringify": "1.15.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint --fix .",
    "stats:eslint": "cross-env TIMING=1 eslint .",
    "stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics",
    "test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest",
    "test:coverage": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --coverage",
    "type-check": "tsc --noEmit"
  }
}