lion/packages/input/package.json

43 lines
1,008 B
JSON

{
"name": "@lion/input",
"version": "0.5.22",
"description": "It enhances the functionality of the native `<input>` element",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/input"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --grep \"packages/input/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/input/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"input"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"sideEffects": [
"lion-input.js"
],
"dependencies": {
"@lion/core": "0.5.2",
"@lion/field": "0.12.2"
}
}