{
  "name": "accordions",
  "version": "1.1.6",
  "description": "ES6 Class to make creating accordions easy, with smooth animation.",
  "main": "dist/index.js",
  "scripts": {
    "test": "npm i && npm run build",
    "build": "webpack"
  },
  "keywords": [
    "accordion",
    "content",
    "es6",
    "class",
    "html",
    "javascript"
  ],
  "author": "Emmanuel Davies",
  "license": "MIT",
  "dependencies": {
    "@meteora-digital/tween": "latest"
  },
  "devDependencies": {
    "@babel/core": "^7.23.7",
    "@babel/preset-env": "^7.23.8",
    "babel-loader": "^9.1.3",
    "core-js": "^3.36.0",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4",
    "worker-loader": "^3.0.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meteora-digital/accordions.git"
  },
  "bugs": {
    "url": "https://github.com/meteora-digital/accordions/issues"
  },
  "homepage": "https://github.com/meteora-digital/accordions#readme"
}
