{
  "name": "@no-js-dev/nojs-elements",
  "version": "1.20.0",
  "description": "Element plugins for No.JS — drag-and-drop, validation, and more",
  "main": "dist/cjs/nojs-elements.js",
  "module": "dist/esm/nojs-elements.js",
  "browser": "dist/iife/nojs-elements.js",
  "unpkg": "dist/iife/nojs-elements.js",
  "jsdelivr": "dist/iife/nojs-elements.js",
  "exports": {
    ".": {
      "import": "./dist/esm/nojs-elements.js",
      "require": "./dist/cjs/nojs-elements.js",
      "default": "./dist/cjs/nojs-elements.js"
    },
    "./accordion": "./src/accordion/index.js",
    "./breadcrumb": "./src/breadcrumb/index.js",
    "./dnd": "./src/dnd/index.js",
    "./dropdown": "./src/dropdown/index.js",
    "./modal": "./src/modal/index.js",
    "./popover": "./src/popover/index.js",
    "./scroll-spy": "./src/scroll-spy/index.js",
    "./skeleton": "./src/skeleton/index.js",
    "./split": "./src/split/index.js",
    "./stepper": "./src/stepper/index.js",
    "./table": "./src/table/index.js",
    "./tabs": "./src/tabs/index.js",
    "./toast": "./src/toast/index.js",
    "./tooltip": "./src/tooltip/index.js",
    "./tree": "./src/tree/index.js",
    "./validate": "./src/validate/index.js",
    "./virtual-list": "./src/virtual-list/index.js"
  },
  "scripts": {
    "build": "node build.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:verbose": "jest --verbose",
    "start": "node docs/dev-server.js"
  },
  "devDependencies": {
    "@babel/core": "^8.0.1",
    "@babel/preset-env": "^8.0.2",
    "@playwright/test": "^1.61.1",
    "@testing-library/jest-dom": "^6.9.1",
    "babel-jest": "^30.2.0",
    "esbuild": "^0.28.1",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1"
  },
  "keywords": [
    "nojs",
    "no-js",
    "plugin",
    "drag-and-drop",
    "validation",
    "elements",
    "html-first"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/no-js-dev/nojs-elements.git"
  },
  "homepage": "https://github.com/no-js-dev/nojs-elements#readme",
  "bugs": {
    "url": "https://github.com/no-js-dev/nojs-elements/issues"
  },
  "author": "exs.dev",
  "license": "MIT"
}
