{
  "name": "reduced-motion",
  "version": "1.0.4",
  "description": "A simple, lighweight package that makes sure your animations do not run when the user motion preference is disabled.",
  "main": "index.js",
  "style": "./dist/index.min.css",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-css": "postcss css/*.css --use autoprefixer cssnano -o dist/index.min.css"
  },
  "files": [
    "dist/"
  ],
  "exports": {
    "./css": "./dist/index.min.css"
  },
  "homepage": "https://github.com/lucianmurmurache/reduced-motion#readme",
  "keywords": [
    "css",
    "a11y",
    "accessibility",
    "prefers-reduced-motion",
    "vestibular motion disorder"
  ],
  "author": {
    "name": "Lucian Murmurache",
    "url": "https://murmurache.dev/"
  },
  "bugs": "https://github.com/lucianmurmurache/reduced-motion/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/lucianmurmurache/reduced-motion.git"
  },
  "license": "ISC",
  "devDependencies": {
    "autoprefixer": "^10.4.18",
    "cssnano": "^6.1.0",
    "postcss": "^8.4.35",
    "postcss-cli": "^11.0.0"
  }
}
