{
  "name": "svelte-dialogs",
  "version": "1.2.2",
  "author": "Fabrizio Giovinazzi (https://bibizio.github.io/cv/)",
  "description": "handy dialogs in/for svelte",
  "license": "MIT",
  "homepage": "https://bibizio.github.io/svelte-dialogs/",
  "repository": {
    "type": "git",
    "url": "https://github.com/bibizio/svelte-dialogs.git"
  },
  "svelte": "src/index.js",
  "module": "dist/svelte-dialogs.mjs",
  "main": "dist/svelte-dialogs.js",
  "browser": "dist/svelte-dialogs.js",
  "types": "types",
  "scripts": {
    "dev": "gulp dev --skip-tests",
    "build": "gulp build",
    "prepublishOnly": "npm run build",
    "test": "jest test spec --coverage",
    "test:watch": "npm test -- --watch",
    "site": "gulp site",
    "site-dev": "gulp site-dev"
  },
  "peerDependencies": {
    "svelte": "^3.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.4",
    "@babel/preset-env": "^7.16.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^10.0.0",
    "@sveltejs/svelte-repl": "^0.4.1",
    "@testing-library/dom": "^8.11.1",
    "@testing-library/jest-dom": "^5.15.1",
    "@testing-library/svelte": "^3.0.3",
    "@testing-library/user-event": "^13.5.0",
    "babel-jest": "^27.4.2",
    "del": "^6.0.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-css2js": "^1.2.1",
    "gulp-sass": "^5.0.0",
    "jest": "^27.4.3",
    "jest-svelte-events": "^1.0.5",
    "rollup": "^2.32.1",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-svelte": "^7.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "sass": "^1.44.0",
    "svelte": "^3.5.0",
    "svelte-jester": "^2.1.5"
  },
  "keywords": [
    "svelte",
    "modal",
    "dialog"
  ],
  "files": [
    "src",
    "dist",
    "types"
  ]
}
