{
  "name": "vue-sticky-directive-ts",
  "type": "module",
  "version": "0.0.17",
  "description": "A powerful vue directive make element sticky.",
  "author": "Oruman",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/oruman/vue-sticky-directive-ts.git"
  },
  "keywords": [
    "vue",
    "vue2",
    "vue 2",
    "vue3",
    "vue 3",
    "sticky",
    "affix",
    "stickySidebar",
    "scrolling",
    "directive",
    "JS",
    "TS",
    "TypeScript"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "fyles": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "preview": "vite preview --port 5050",
    "typecheck": "vue-tsc --noEmit",
    "test": "exit 0",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "peerDependencies": {
    "@vue/composition-api": "^1.0.0",
    "vue": "^2.0.0 || >=3.0.0"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "dependencies": {
    "vue-demi": "^0.14.5"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.39.3",
    "@types/node": "^16.11.22",
    "@vitejs/plugin-vue": "^2.1.0",
    "@vue/tsconfig": "^0.1.3",
    "eslint": "^8.41.0",
    "rollup-plugin-typescript2": "^0.31.2",
    "typescript": "~4.5.5",
    "vite": "^2.7.13",
    "vue": "^3.0.0",
    "vue-tsc": "^1.6.5"
  },
  "web-types": "./web-types/web-types.json"
}
