{
  "name": "@bond-london/gatsby-transformer-extracted-lottie",
  "sideEffects": false,
  "version": "5.12.0",
  "description": "Gatsby plugin to transform lottie files and extract a preview svg",
  "author": "Nick Randell <nick.randell@bond.fi>",
  "license": "MIT",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-plugin-typescript",
    "typescript",
    "lottie"
  ],
  "main": "src/index.ts",
  "files": [
    "gatsby-node.js",
    "gatsby-ssr.tsx",
    "dist",
    "src"
  ],
  "repository": {
    "url": "https://github.com/bond-london/gatsby-transformer-extracted-lottie"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build:gatsby-node": "tsc --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts",
    "build:tsc": "tsc --noEmit",
    "build": "npm-run-all -s clean copy:lottie build:*",
    "watch": "npm-run-all -s watch:*",
    "watch:gatsby-node": "npm run build:gatsby-node -w",
    "watch:tsc": "npm run build:tsc -w",
    "copy:lottie": "copyfiles lottie_svg.js dist/",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "clean": "del-cli dist/*"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.1",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "del-cli": "^5.0.0",
    "npm-run-all": "^4.1.5",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "jsdom": "^22.1.0",
    "lottie-web": "^5.9.6",
    "mini-svg-data-uri": "^1.4.4",
    "svgo": "^3.0.0"
  },
  "peerDependencies": {
    "gatsby": "^4 || ^5",
    "gatsby-source-filesystem": "^4 || ^5"
  },
  "gitHead": "24e469547769efa6401a66ad13028f6e4c1ceab0"
}
