{
  "name": "stimulus-scroll-reveal",
  "version": "3.2.0",
  "description": "A Stimulus controller that animates an element when it becomes visible.",
  "keywords": [
    "stimulus",
    "stimulusjs",
    "stimulus controller",
    "scroll reveal",
    "reveal"
  ],
  "repository": "git@github.com:stimulus-components/stimulus-scroll-reveal.git",
  "bugs": {
    "url": "https://github.com/stimulus-components/stimulus-scroll-reveal/issues"
  },
  "author": "Guillaume Briday <guillaumebriday@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/stimulus-components/stimulus-scroll-reveal",
  "private": false,
  "main": "dist/stimulus-scroll-reveal.umd.js",
  "module": "dist/stimulus-scroll-reveal.mjs",
  "scripts": {
    "format": "prettier-standard  '**/*.{ts,css,html}' --format",
    "lint": "prettier-standard  '**/*.{ts,css,html}' --lint",
    "dev": "vite",
    "prod": "vite build --mode netlify",
    "build": "tsc --noEmit && vite build",
    "version": "yarn build",
    "np": "np --no-2fa --no-test"
  },
  "devDependencies": {
    "@babel/core": "7.21.3",
    "@babel/plugin-syntax-class-properties": "7.12.13",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@hotwired/stimulus": "^3.2.1",
    "autoprefixer": "^10.4.14",
    "np": "^7.6.4",
    "postcss": "^8.4.21",
    "prettier-standard": "16.4.1",
    "tailwindcss": "^3.2.7",
    "typescript": "^4.9.4",
    "vite": "^4.2.1"
  },
  "peerDependencies": {
    "@hotwired/stimulus": "^3.2.1"
  }
}
