lion/packages/input-datepicker/package.json
github-actions[bot] 3b36a6d62d Version Packages
2021-10-19 20:13:04 +00:00

66 lines
2 KiB
JSON

{
"name": "@lion/input-datepicker",
"version": "0.23.8",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"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/input-datepicker"
},
"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/**/*\" \"test-helpers/**/*\"",
"debug": "cd ../../ && npm run debug -- --group input-datepicker",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-datepicker",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-datepicker",
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../",
"prepublishOnly": "npm run publish-docs && npm run custom-elements-manifest",
"test": "cd ../../ && npm run test:browser -- --group input-datepicker"
},
"sideEffects": [
"lion-input-datepicker.js"
],
"dependencies": {
"@lion/calendar": "0.16.6",
"@lion/core": "0.18.4",
"@lion/form-core": "0.15.3",
"@lion/input-date": "0.12.8",
"@lion/localize": "0.21.2",
"@lion/overlays": "0.29.0",
"@lion/validate-messages": "0.7.6"
},
"keywords": [
"calendar",
"datepicker",
"input-date",
"input-datepicker",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input-datepicker.js",
"./test-helpers": "./test-helpers.js",
"./translations/*": "./translations/*",
"./docs/": "./docs/"
}
}