lion/packages/core/package.json
github-actions[bot] ab297162e4 Version Packages
2020-08-20 13:43:29 +00:00

44 lines
1.1 KiB
JSON

{
"name": "@lion/core",
"version": "0.9.1",
"description": "Core functionality that is shared across all Lion Web Components",
"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/core"
},
"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/core/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/core/test/**/*.test.js\""
},
"sideEffects": false,
"dependencies": {
"@open-wc/dedupe-mixin": "^1.2.18",
"@open-wc/scoped-elements": "^1.0.3",
"lit-element": "~2.3.0",
"lit-html": "^1.0.0"
},
"keywords": [
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}