{
  "name": "shepherd.js",
  "version": "8.3.1",
  "description": "Guide your users through a tour of your app.",
  "keywords": [
    "site tour",
    "tour",
    "tutorial",
    "shepherd"
  ],
  "homepage": "https://shepherdjs.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shipshapecode/shepherd.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/rwwagner90"
  },
  "license": "MIT",
  "main": "dist/js/shepherd.js",
  "module": "dist/js/shepherd.esm.js",
  "types": "src/types/shepherd.d.ts",
  "scripts": {
    "build": "yarn clean && rollup -c",
    "postbuild": "yarn build:landing",
    "build:landing": "npx tailwind build ./landing/css/styles.css -o ./landing/css/welcome.css",
    "clean": "rimraf dist",
    "cy:open": "./node_modules/.bin/cypress open",
    "cy:run:chrome": "cypress run --browser chrome",
    "cy:run:firefox": "cypress run --browser firefox",
    "dev": "yarn watch",
    "docs": "node_modules/.bin/jsdoc -c .jsdoc.js --verbose",
    "esdoc": "esdoc",
    "lint:js": "eslint . --ext js",
    "release": "release-it",
    "rewrite-paths": "replace 'SF:.*src' 'SF:src' coverage/lcov.info",
    "start": "yarn watch",
    "start-test-server": "http-server -p 9002",
    "test": "yarn lint:js && yarn test:ci",
    "pretest:ci": "yarn build",
    "test:ci": "yarn test:unit:ci && yarn test:cy:ci:chrome && yarn test:cy:ci:firefox",
    "test:cy:ci:chrome": "start-server-and-test start-test-server http://localhost:9002 cy:run:chrome",
    "test:cy:ci:firefox": "start-server-and-test start-test-server http://localhost:9002 cy:run:firefox",
    "test:cy:watch": "start-server-and-test start-test-server http://localhost:9002 cy:open",
    "test:unit:ci": "jest --coverage",
    "test:unit:watch": "jest --watch",
    "view-coverage": "http-server -p 9003 ./coverage/lcov-report -o",
    "watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
  },
  "dependencies": {
    "@popperjs/core": "^2.9.2",
    "deepmerge": "^4.2.2",
    "smoothscroll-polyfill": "^0.4.4"
  },
  "devDependencies": {
    "@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
    "@babel/core": "^7.14.0",
    "@babel/preset-env": "^7.14.0",
    "@testing-library/jest-dom": "^5.12.0",
    "@testing-library/svelte": "^3.0.3",
    "autoprefixer": "^10.2.5",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^26.6.3",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "chai": "^4.3.4",
    "codeclimate-test-reporter": "^0.5.1",
    "cssnano": "^5.0.2",
    "cypress": "^7.2.0",
    "cypress-plugin-tab": "^1.0.5",
    "del": "^6.0.0",
    "eslint": "^7.25.0",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-ship-shape": "^0.8.1",
    "eslint-plugin-svelte3": "^3.2.0",
    "glob": "^7.1.6",
    "http-server": "^0.12.3",
    "jest": "^26.6.3",
    "jest-expect-message": "^1.0.2",
    "jest-transform-css": "^2.1.0",
    "jsdoc": "^3.6.6",
    "jsdoc-template-ship-shape": "^0.1.1",
    "mutationobserver-shim": "^0.3.7",
    "postcss": "^8.2.13",
    "postinstall-postinstall": "^2.1.0",
    "prettier": "^2.2.1",
    "release-it": "^14.6.1",
    "release-it-lerna-changelog": "^3.1.0",
    "replace": "^1.2.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.46.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-license": "^2.3.0",
    "rollup-plugin-livereload": "^2.0.0",
    "rollup-plugin-multi-entry": "^2.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-scss": "^2.6.1",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-svelte": "^7.1.0",
    "rollup-plugin-visualizer": "^5.4.1",
    "sinon": "^10.0.0",
    "start-server-and-test": "^1.12.1",
    "svelte": "^3.38.1",
    "svelte-jester": "^1.5.0",
    "svelte-preprocess": "^4.7.3",
    "tailwindcss": "^1.9.6"
  },
  "engines": {
    "node": "10.* || >= 12"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "authors": [
    "Adam Schwartz <adam.flynn.schwartz@gmail.com>",
    "Zack Bloom <zackbloom@gmail.com>"
  ],
  "maintainers": [
    "Robert Wagner <rwwagner90@gmail.com>",
    "Chuck Carpenter <chuck@shipshape.io>"
  ]
}
