{
  "name": "turbo-view-transitions",
  "version": "0.3.0",
  "description": "View Transitions API for HTML-first applications",
  "scripts": {
    "test:unit": "NODE_OPTIONS='--experimental-vm-modules' jest",
    "test:types": "tsc --noEmit",
    "test": "yarn test:unit && yarn test:types",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/palkan/turbo-view-transitions"
  },
  "keywords": [
    "view",
    "transiions",
    "hotwire",
    "turbo"
  ],
  "homepage": "https://github.com/palkan/turbo-view-transitions",
  "author": "Vladimir Dementyev",
  "license": "MIT",
  "sideEffects": false,
  "main": "index.js",
  "type": "module",
  "types": "index.d.ts",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@types/dom-view-transitions": "^1.0.2",
    "@types/jest": "^29.5.5",
    "@types/jsdom": "^21.1.3",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "tsx": "^3.13.0",
    "typescript": "^4.9.5"
  },
  "dependencies": {}
}
