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

47 lines
1.1 KiB
JSON

{
"name": "@lion/input",
"version": "0.10.7",
"description": "It enhances the functionality of the native `<input>` element",
"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"
},
"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",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group input",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group input",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser -- --group input"
},
"sideEffects": [
"lion-input.js"
],
"dependencies": {
"@lion/core": "0.13.4",
"@lion/form-core": "0.6.9"
},
"keywords": [
"input",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}