{
  "name": "v-shared-element",
  "version": "3.1.1",
  "description": "Declarative shared-element transitions between pages for Vue.js and Nuxt.js",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "unpkg": "dist/iife/index.js",
  "types": "dist/types/",
  "files": [
    "dist/**/*",
    "nuxt/**/*"
  ],
  "scripts": {
    "test": "jest --no-cache",
    "build": "rollup --config",
    "dev": "npm run build -- --watch",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "release": "npm run lint && npm run format && npm run test && standard-version"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justintaddei/v-shared-element.git"
  },
  "keywords": [
    "vue",
    "directive",
    "page transition",
    "shared",
    "element",
    "shared element",
    "transition",
    "nuxt",
    "illusory"
  ],
  "author": "Justin Taddei",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/justintaddei/v-shared-element/issues"
  },
  "homepage": "https://github.com/justintaddei/v-shared-element#readme",
  "devDependencies": {
    "@commitlint/cli": "^17.0.1",
    "@commitlint/config-conventional": "^17.0.0",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-terser": "^0.4.1",
    "@types/jest": "^29.5.1",
    "husky": "^8.0.1",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "prettier": "^2.0.5",
    "rollup": "^3.21.5",
    "rollup-plugin-typescript2": "^0.34.1",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.1.0",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.0.4",
    "vue-2": "npm:vue@^2.6.14",
    "vue-3": "npm:vue@^3.1.3",
    "vue-router-3": "npm:vue-router@^3.6.5",
    "vue-router-4": "npm:vue-router@^4.1.6"
  },
  "dependencies": {
    "illusory": "^2.0.3"
  },
  "peerDependencies": {
    "vue": "^2.6.14 || ^3.1.3",
    "vue-router": "^3.5.2 || ^4.0.10"
  }
}
