|
2 | 2 | "name": "@swisspost/design-system-components",
|
3 | 3 | "version": "9.0.0-next.34",
|
4 | 4 | "description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
|
| 5 | + "author": "Swiss Post <[email protected]>", |
5 | 6 | "license": "Apache-2.0",
|
6 |
| - "main": "dist/index.cjs.js", |
7 |
| - "module": "dist/index.js", |
8 |
| - "types": "dist/types/index.d.ts", |
9 |
| - "collection": "dist/collection/collection-manifest.json", |
10 |
| - "collection:main": "dist/collection/index.js", |
11 |
| - "unpkg": "dist/post-components/post-components.esm.js", |
12 | 7 | "private": false,
|
13 | 8 | "repository": {
|
14 | 9 | "type": "git",
|
15 | 10 | "url": "https://github.com/swisspost/design-system"
|
16 | 11 | },
|
| 12 | + "homepage": "https://design-system.post.ch", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/swisspost/design-system/issues" |
| 15 | + }, |
| 16 | + "publishConfig": { |
| 17 | + "access": "public", |
| 18 | + "linkDirectory": true |
| 19 | + }, |
17 | 20 | "files": [
|
18 | 21 | "dist/",
|
19 | 22 | "loader/",
|
20 | 23 | "loaders/"
|
21 | 24 | ],
|
22 |
| - "publishConfig": { |
23 |
| - "access": "public", |
24 |
| - "linkDirectory": true |
25 |
| - }, |
| 25 | + "main": "dist/index.cjs.js", |
| 26 | + "module": "dist/index.js", |
| 27 | + "types": "dist/types/index.d.ts", |
| 28 | + "collection": "dist/collection/collection-manifest.json", |
| 29 | + "collection:main": "dist/collection/index.js", |
| 30 | + "unpkg": "dist/post-components/post-components.esm.js", |
26 | 31 | "scripts": {
|
27 | 32 | "play": "stencil build --dev --port 9200 --serve --watch --docs --docs-readme",
|
28 | 33 | "start": "stencil build --dev --watch --docs --docs-readme",
|
|
0 commit comments