lion/packages/pagination/package.json
github-actions[bot] bde72f1a08 Version Packages
2020-11-30 16:16:17 +01:00

47 lines
1.1 KiB
JSON

{
"name": "@lion/pagination",
"version": "0.2.7",
"description": "A component that handles pagination.",
"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/pagination"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"debug": "cd ../../ && npm run debug -- --group pagination",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group pagination",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group pagination",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser -- --group pagination"
},
"sideEffects": [
"lion-pagination.js"
],
"dependencies": {
"@lion/core": "0.13.4",
"@lion/localize": "0.15.1"
},
"keywords": [
"lion",
"pagination",
"web-components"
],
"publishConfig": {
"access": "public"
}
}