{
  "name": "@evernest/accordion",
  "version": "0.5.9",
  "keywords": [
    "a11y",
    "component library",
    "design system",
    "accordion",
    "collapsable",
    "expandable"
  ],
  "homepage": "https://everdevs.github.io/design-system",
  "bugs": {
    "url": "https://github.com/everdevs/design-system/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/everdevs/design-system.git"
  },
  "license": "MIT",
  "author": {
    "name": "Adrian Payne",
    "email": "adrian.payne@evernest.com"
  },
  "main": "index.js",
  "module": "dist/esm/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "index.js"
  ],
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf dist",
    "test:update": "jest --updateSnapshot",
    "test:watch": "jest --watch --coverage"
  },
  "dependencies": {
    "@evernest/icon": "^0.5.9",
    "@evernest/theme": "^0.5.8",
    "@evernest/tokens": "^0.5.8",
    "react-spring": "^9.2.1",
    "react-use": "^17.2.4"
  },
  "devDependencies": {
    "@emotion/core": "^11.0.0",
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "@evernest/dev-helpers": "^0.5.9",
    "@types/react": "^17.0.9",
    "react": "^17.0.2"
  },
  "peerDependencies": {
    "@emotion/core": ">=11.0.0",
    "@emotion/react": ">=11.4.0",
    "@emotion/styled": ">=11.3.0",
    "react": ">=17"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9571bb677c2fdbed0a5f71668ebe2b7c51b6d712"
}
