-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
33 lines (33 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@axa-ch-webhub-cloud/policy-features",
"version": "5.1.2",
"description": "The policy-features component for the AXA Pattern Library",
"author": "Pattern Warriors",
"homepage": "https://github.com/axa-ch-webhub-cloud/pattern-library/tree/develop/src/components/20-molecules/policy-features#readme",
"license": "Copyright 2019 AXA Versicherungen AG",
"scripts": {
"prepublishOnly": "../../../../scripts/build/prepublish.js",
"build": "rollup --silent --config ../../../../rollup.config.js",
"build-dist": "rollup --silent --config ../../../../rollup.config.dist.js",
"postpublish": "../../../../scripts/build/postpublish.js",
"watch": "rollup --watch --silent --config ../../../../rollup.config.js",
"genPackagelock": "npm i --package-lock-only"
},
"files": [
"lib",
"dist"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "https://github.com/axa-ch-webhub-cloud/pattern-library.git"
},
"bugs": {
"url": "https://github.com/axa-ch-webhub-cloud/pattern-library/issues"
},
"dependencies": {
"lit": "^2.2.1"
}
}