lion/packages/button/package.json
github-actions[bot] 6b158098e3 Version Packages
2020-11-16 16:55:36 +00:00

46 lines
1.1 KiB
JSON

{
"name": "@lion/button",
"version": "0.8.5",
"description": "A button that is easily styleable and accessible in all contexts",
"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/button"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"debug": "cd ../../ && npm run debug -- --group button",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group button",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group button",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser -- --group button"
},
"sideEffects": [
"lion-button.js"
],
"dependencies": {
"@lion/core": "0.13.4"
},
"keywords": [
"button",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}