{
  "name": "@domchristie/turn",
  "version": "3.1.1",
  "type": "module",
  "description": "Animate page transitions in Turbo Drive apps.",
  "main": "dist/turn.min.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup --config && cp turn.css dist/turn.css",
    "prepare": "npm run build",
    "start": "rollup --config --watch",
    "test": "npx standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/domchristie/turn.git"
  },
  "keywords": [
    "hotwire",
    "turbo",
    "animations"
  ],
  "author": "Dom Christie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/domchristie/turn/issues"
  },
  "homepage": "https://github.com/domchristie/turn#readme",
  "devDependencies": {
    "rollup": "^2.79.1",
    "rollup-plugin-terser": "^7.0.2",
    "standard": "^17.0.0"
  },
  "peerDependencies": {
    "@hotwired/turbo": "^7"
  }
}
