{ "name": "@lion/form-core", "version": "0.4.3", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "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/field" }, "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/form-core/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/form-core/test/**/*.test.js\"" }, "sideEffects": [ "lion-field.js", "lion-validation-feedback.js" ], "dependencies": { "@lion/core": "0.9.1", "@lion/localize": "0.14.1" }, "keywords": [ "field", "lion", "web-components" ], "publishConfig": { "access": "public" } }