{
  "name": "@erickxavier/nojs-elements",
  "version": "1.14.1",
  "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"
    }
  },
  "files": [
    "dist/",
    "src/",
    "LICENSE"
  ],
  "scripts": {
    "build": "node build.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:verbose": "jest --verbose",
    "start": "node docs/dev-server.js",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "@erickxavier/no-js": ">=1.13.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@playwright/test": "^1.59.1",
    "@testing-library/jest-dom": "^6.9.1",
    "babel-jest": "^30.2.0",
    "esbuild": "^0.27.3",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0"
  },
  "keywords": [
    "nojs",
    "no-js",
    "plugin",
    "drag-and-drop",
    "validation",
    "elements",
    "html-first"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ErickXavier/nojs-elements.git"
  },
  "homepage": "https://github.com/ErickXavier/nojs-elements#readme",
  "bugs": {
    "url": "https://github.com/ErickXavier/nojs-elements/issues"
  },
  "author": "exs.dev",
  "license": "MIT"
}
