{
  "name": "@homiehomes/jsa",
  "version": "2.1.1",
  "description": "Accessible, responsive, and customizable JavaScript accordion component with vanilla JS and SCSS support. Automatically generates FAQ schema using JSON-LD for enhanced SEO.",
  "main": "dist/jsa.min.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/homerocavazos/jsa.git"
  },
  "author": "Homero Cavazos",
  "license": "MIT",
  "engines": {
    "node": ">=26.5.0"
  },
  "bugs": {
    "url": "https://github.com/homerocavazos/jsa/issues"
  },
  "homepage": "https://github.com/homerocavazos/jsa#readme",
  "keywords": [
    "accordion",
    "javascript",
    "js",
    "vanilla",
    "css",
    "scss",
    "responsive",
    "accessible",
    "a11y"
  ],
  "scripts": {
    "dev": "npx webpack --watch --mode development --config webpack.config.js",
    "build": "npx webpack --mode production --config webpack.config.js",
    "start": "npm run dev"
  },
  "devDependencies": {
    "@babel/core": "^8.0.1",
    "@babel/preset-env": "^8.0.2",
    "babel-loader": "^10.1.1",
    "clean-webpack-plugin": "^4.0.0",
    "css-loader": "^7.1.4",
    "mini-css-extract-plugin": "^2.10.2",
    "sass": "^1.101.7",
    "sass-loader": "^17.0.0",
    "style-loader": "^4.0.0",
    "webpack": "^5.109.0",
    "webpack-cli": "^7.2.1"
  }
}