lion/packages/validate/package.json
2020-04-02 16:25:41 +02:00

42 lines
969 B
JSON

{
"name": "@lion/validate",
"version": "0.9.0",
"description": "Validate your form elements",
"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/validate"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/validate/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/validate/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"validate"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"test-helpers",
"test-suites",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.5.0",
"@lion/localize": "0.9.0"
}
}