-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
37 lines (37 loc) · 1.2 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
34
35
36
37
{
"name": "@axa-ch-webhub-cloud/input-text",
"version": "6.5.3",
"description": "The input-text component for the AXA Pattern Library",
"author": "Pattern Warriors",
"homepage": "https://github.com/axa-ch-webhub-cloud/pattern-library/tree/develop/src/components/10-atoms/input-text#readme",
"license": "Copyright 2019 AXA Versicherungen AG",
"directories": {
"lib": "lib"
},
"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": {
"@axa-ch-webhub-cloud/popup": "5.1.3",
"lit": "^2.2.1"
}
}