{ "name": "@lion/collapsible", "version": "0.3.2", "description": "This component is a combination of a button (the invoker), a chunk of extra content.", "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/collapsible" }, "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/**/*' 'demo/**/*'", "debug": "cd ../../ && npm run debug -- --group collapsible", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group collapsible", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group collapsible", "prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest", "test": "cd ../../ && npm run test:browser -- --group collapsible" }, "sideEffects": [ "lion-collapsible.js", "demo/applyDemoCollapsibleStyles.js", "demo/custom-collapsible.js" ], "dependencies": { "@lion/core": "0.14.1" }, "keywords": [ "collapsible", "expandable", "lion", "web-components" ], "publishConfig": { "access": "public" }, "customElementsManifest": "custom-elements.json", "exports": { ".": "./index.js", "./lion-collapsible": "./lion-collapsible.js" } }