{ "name": "@lion/field", "version": "0.13.0", "description": "Fields are the most fundamental building block of the Form System", "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/field" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && yarn test:browser --grep \"packages/field/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/field/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "field" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "test-suites", "test-helpers", "translations", "*.js" ], "sideEffects": [ "lion-field.js" ], "dependencies": { "@lion/core": "0.6.0", "@lion/validate": "0.10.0" } }