lion/packages/input-amount/package.json
github-actions[bot] 90113f9e8f Version Packages
2020-11-10 13:26:08 +00:00

52 lines
1.3 KiB
JSON

{
"name": "@lion/input-amount",
"version": "0.8.7",
"description": "Provide a way for users to fill in an amount",
"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-amount"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"debug": "cd ../../ && npm run debug -- --group input-amount",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-amount",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-amount",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser -- --group input-amount"
},
"sideEffects": [
"lion-input-amount.js"
],
"dependencies": {
"@lion/core": "0.13.4",
"@lion/form-core": "0.6.9",
"@lion/input": "0.10.7",
"@lion/localize": "0.14.9"
},
"devDependencies": {
"@lion/validate-messages": "0.3.7"
},
"keywords": [
"input-amount",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}