{
  "name": "slidev-component-scroll",
  "version": "1.1.0",
  "description": "Scroll navigation component for Slidev",
  "homepage": "https://github.com/Smile-SA/slidev-component-scroll",
  "repository": {
    "type": "git",
    "url": "git@github.com:Smile-SA/slidev-component-scroll.git"
  },
  "bugs": {
    "url": "https://github.com/Smile-SA/slidev-component-scroll/issues"
  },
  "files": [
    "components/*"
  ],
  "scripts": {
    "dev": "slidev example.md --open",
    "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'feat(docs): updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags",
    "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'feat(docs): updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'feat(docs): updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags"
  },
  "keywords": [
    "vuejs",
    "slidev",
    "scroll"
  ],
  "author": {
    "name": "Tony Cabaye",
    "email": "tonai59+github@gmail.com",
    "url": "https://github.com/tonai"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0",
    "slidev": ">=0.48.0"
  },
  "peerDependencies": {
    "vue": "^3.2.34",
    "@slidev/client": "^0.48.0"
  },
  "devDependencies": {
    "@slidev/cli": "^0.48.0",
    "@slidev/theme-default": "latest",
    "@vueuse/shared": "^8.5.0",
    "generate-changelog": "^1.8.0",
    "vue": "^3.2.34"
  }
}
