{
  "name": "@barba/core",
  "version": "2.7.2",
  "description": "Create badass, fluid and smooth transition between your website's pages",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/barba.js",
  "umd:main": "dist/barba.umd.js",
  "browser": "dist/barba.umd.js",
  "unpkg": "dist/barba.umd.js",
  "module": "dist/barba.mjs",
  "source": "src/index.ts",
  "types": "dist/core/src/index.d.ts",
  "mangle": {
    "regex": "^_"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "page",
    "transition",
    "animation",
    "css",
    "router",
    "prefetch"
  ],
  "homepage": "https://github.com/barbajs/barba#readme",
  "bugs": {
    "url": "https://github.com/barbajs/barba/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/barbajs/barba.git"
  },
  "scripts": {
    "build": "microbundle --name barba --external natives",
    "build:watch": "microbundle watch --name barba --external natives",
    "clear": "rimraf dist",
    "lint": "tslint src/**",
    "precommit": "lint-staged",
    "release:next": "npm dist-tag add @barba/core@$npm_package_version next",
    "report": "source-map-explorer --html ./dist/barba.umd.js > report.html",
    "size": "echo '📦 router' && gzip-size ./dist/barba.umd.js"
  },
  "dependencies": {
    "is-promise": "^2.1.0",
    "path-to-regexp": "^3.0.0"
  },
  "gitHead": "470be8d39c0e34fc4f3335715cc48d0c351d4085"
}
