lion/packages/input-date/package.json
github-actions[bot] c03ebde5b5 Version Packages
2020-09-30 23:04:53 +02:00

50 lines
1.2 KiB
JSON

{
"name": "@lion/input-date",
"version": "0.8.0",
"description": "Provide a way for users to fill in a date",
"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-date"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --grep \"packages/input-date/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/input-date/test/**/*.test.js\""
},
"sideEffects": [
"lion-input-date.js"
],
"dependencies": {
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0",
"@lion/localize": "0.14.5"
},
"devDependencies": {
"@lion/validate-messages": "0.3.0"
},
"keywords": [
"input-date",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}