{
  "name": "parvus",
  "type": "module",
  "version": "3.0.0",
  "description": "An open source, dependency free image lightbox with the goal of being accessible.",
  "main": "./dist/js/parvus.js",
  "module": "./dist/js/parvus.esm.js",
  "style": "./dist/css/parvus.css",
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "core-js": "^3.41.0",
    "postcss": "^8.5.3",
    "rollup": "^4.35.0",
    "rollup-plugin-license": "^3.6.0",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.85.1",
    "standard": "^17.1.2",
    "stylelint": "^16.16.0",
    "stylelint-config-standard-scss": "^14.0.0",
    "stylelint-scss": "^6.11.1",
    "stylelint-use-logical": "^2.1.2"
  },
  "browserslist": [
    "last 2 versions",
    "> 1%",
    "not dead"
  ],
  "standard": {
    "globals": [
      "Image",
      "history",
      "CustomEvent",
      "requestAnimationFrame",
      "getComputedStyle"
    ]
  },
  "scripts": {
    "build": "npm run testCss && npm run buildCss && npm run testJs && npm run buildJs",
    "buildCss": "rollup -c --environment BUILDCSS --bundleConfigAsCjs",
    "buildJs": "rollup -c --environment BUILDJS --bundleConfigAsCjs",
    "buildWatch": "npm run buildWatchJs && npm run buildWatchCss",
    "buildWatchCss": "rollup -c -w --environment BUILDCSS --bundleConfigAsCjs",
    "buildWatchJs": "rollup -c -w --environment BUILDJS --bundleConfigAsCjs",
    "testCss": "stylelint \"src/scss/parvus.scss\"",
    "testJs": "standard \"src/js/parvus.js\"",
    "test": "npm run testCss && npm run testJs"
  },
  "exports": {
    ".": {
      "import": "./dist/js/parvus.esm.js",
      "require": "./dist/js/parvus.js"
    },
    "./src/scss/*": "./src/scss/*.scss",
    "./src/l10n/*": "./src/l10n/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/deoostfrees/parvus.git"
  },
  "keywords": [
    "lightbox",
    "accessible",
    "a11y",
    "javascript",
    "vanilla",
    "scss",
    "css"
  ],
  "author": "Benjamin de Oostfrees",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deoostfrees/parvus/issues"
  },
  "homepage": "https://github.com/deoostfrees/parvus"
}
