lion/packages/field/package.json
2020-02-19 21:51:48 +01:00

47 lines
1.1 KiB
JSON

{
"name": "@lion/field",
"version": "0.9.1",
"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 --grep \"packages/field/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test: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",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.4.3",
"@lion/validate": "0.6.6"
},
"devDependencies": {
"@lion/localize": "0.8.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
}