lion/packages/input-datepicker/package.json
Joren Broekema e3554c146f
Merge pull request #1225 from ing-bank/chore/update-cem
chore: update CEM version, add litelement flag
2021-02-17 17:25:18 +01:00

63 lines
1.8 KiB
JSON

{
"name": "@lion/input-datepicker",
"version": "0.19.1",
"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",
"prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest",
"test": "cd ../../ && npm run test:browser -- --group input-datepicker"
},
"sideEffects": [
"lion-input-datepicker.js"
],
"dependencies": {
"@lion/calendar": "0.13.0",
"@lion/core": "0.14.0",
"@lion/form-core": "0.8.1",
"@lion/input-date": "0.9.1",
"@lion/localize": "0.16.0",
"@lion/overlays": "0.24.0",
"@lion/validate-messages": "0.4.1"
},
"keywords": [
"calendar",
"datepicker",
"input-date",
"input-datepicker",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"exports": {
".": "./index.js",
"./test-helpers/*": "./test-helpers/*",
"./lion-input-datepicker": "./lion-input-datepicker.js"
}
}