lion/packages/select/package.json
github-actions[bot] acf2def52a Version Packages
2020-09-07 08:47:32 +00:00

45 lines
1 KiB
JSON

{
"name": "@lion/select",
"version": "0.7.22",
"description": "Provide a set of options where you can select one",
"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/select"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --grep \"packages/select/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/select/test/**/*.test.js\""
},
"sideEffects": [
"lion-select.js"
],
"dependencies": {
"@lion/core": "0.11.0",
"@lion/form-core": "0.6.0"
},
"keywords": [
"lion",
"select",
"web-components"
],
"publishConfig": {
"access": "public"
}
}