This commit adds the exports entry in each package.json, exposing the public parts of each package and hiding the private ones.
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "@lion/form-integrations",
|
|
"version": "0.3.30",
|
|
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
|
"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/form-integrations"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"debug": "cd ../../ && npm run debug -- --group form-integrations",
|
|
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group form-integrations",
|
|
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group form-integrations",
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && npm run test:browser -- --group form-integrations"
|
|
},
|
|
"sideEffects": [
|
|
"./docs/helper-wc/h-output.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/button": "0.8.11",
|
|
"@lion/checkbox-group": "0.13.1",
|
|
"@lion/combobox": "0.1.24",
|
|
"@lion/core": "0.13.8",
|
|
"@lion/fieldset": "0.15.16",
|
|
"@lion/form": "0.7.18",
|
|
"@lion/form-core": "0.7.3",
|
|
"@lion/input": "0.10.16",
|
|
"@lion/input-amount": "0.8.16",
|
|
"@lion/input-date": "0.8.16",
|
|
"@lion/input-datepicker": "0.18.18",
|
|
"@lion/input-email": "0.9.16",
|
|
"@lion/input-iban": "0.11.6",
|
|
"@lion/input-range": "0.5.16",
|
|
"@lion/input-stepper": "0.1.17",
|
|
"@lion/listbox": "0.4.3",
|
|
"@lion/localize": "0.15.5",
|
|
"@lion/radio-group": "0.12.16",
|
|
"@lion/select": "0.8.16",
|
|
"@lion/select-rich": "0.21.28",
|
|
"@lion/switch": "0.12.17",
|
|
"@lion/textarea": "0.8.16",
|
|
"@lion/validate-messages": "0.3.16"
|
|
},
|
|
"keywords": [
|
|
"form",
|
|
"lion",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": "./index.js"
|
|
}
|