48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/input",
|
|
"version": "0.10.12",
|
|
"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/form-core": "0.6.14",
|
|
"@lion/localize": "0.15.3",
|
|
"@lion/validate-messages": "0.3.12"
|
|
},
|
|
"keywords": [
|
|
"input",
|
|
"lion",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|