{ "name": "@lion/accordion", "version": "0.3.0", "description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.", "license": "MIT", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "repository": { "type": "git", "url": "https://github.com/ing-bank/lion.git", "directory": "packages/accordion" }, "main": "index.js", "module": "index.js", "files": [ "*.d.ts", "*.js", "custom-elements.json", "docs", "src", "test", "test-helpers", "translations", "types" ], "scripts": { "custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude 'docs/**/*'", "debug": "cd ../../ && npm run debug -- --group accordion", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group accordion", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group accordion", "prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest", "test": "cd ../../ && npm run test:browser -- --group accordion" }, "sideEffects": [ "lion-accordion.js" ], "dependencies": { "@lion/core": "0.14.0" }, "keywords": [ "accordion", "lion", "web-components" ], "publishConfig": { "access": "public" }, "customElementsManifest": "custom-elements.json", "exports": { ".": "./index.js", "./lion-accordion": "./lion-accordion.js" } }