|
1 | 1 | {
|
2 | 2 | "name": "xml-viewer-component",
|
3 |
| - "version": "0.4.2", |
| 3 | + "version": "0.4.3-alpha.1", |
4 | 4 | "description": "Xml Viewer Component - a simple XML prettifier",
|
5 | 5 | "keywords": [
|
6 | 6 | "xml",
|
7 | 7 | "web-component",
|
8 | 8 | "xml-viewer",
|
9 | 9 | "view xml",
|
10 |
| - "pretiffy xml", |
| 10 | + "prettify xml", |
11 | 11 | "xml prettifier"
|
12 | 12 | ],
|
13 |
| - "main": "dist/index.js", |
14 |
| - "module": "dist/index.mjs", |
15 |
| - "es2015": "dist/esm/index.mjs", |
16 |
| - "es2017": "dist/esm/index.mjs", |
| 13 | + "main": "dist/index.cjs.js", |
17 | 14 | "types": "dist/types/components.d.ts",
|
18 | 15 | "collection": "dist/collection/collection-manifest.json",
|
19 | 16 | "files": [
|
|
31 | 28 | },
|
32 | 29 | "devDependencies": {
|
33 | 30 | "@stencil/angular-output-target": "^0.8.4",
|
34 |
| - "@stencil/core": "4.18.3", |
| 31 | + "@stencil/core": "^4.18.3", |
35 | 32 | "@stencil/dev-server": "latest",
|
36 | 33 | "@stencil/utils": "latest",
|
37 |
| - "@types/jest": "29.5.12", |
38 |
| - "@types/puppeteer": "7.0.4", |
| 34 | + "@types/jest": "^29.5.12", |
| 35 | + "@types/puppeteer": "^7.0.4", |
39 | 36 | "jest": "^29.7.0",
|
40 | 37 | "jest-cli": "^29.7.0",
|
41 |
| - "puppeteer": "22.11.2", |
| 38 | + "puppeteer": "^22.11.2", |
42 | 39 | "typescript": "^5.4.5",
|
43 |
| - "workbox-build": "7.1.1" |
| 40 | + "workbox-build": "^7.1.1" |
44 | 41 | },
|
45 | 42 | "repository": {
|
46 | 43 | "type": "git",
|
47 | 44 | "url": "git+https://github.com/dwarfcoder/xml-viewer-component.git"
|
48 | 45 | },
|
49 |
| - "author": "Aleks Solntseff", |
| 46 | + "author": "Alex Sol", |
50 | 47 | "license": "MIT",
|
51 | 48 | "bugs": {
|
52 | 49 | "url": "https://github.com/dwarfcoder/xml-viewer-component"
|
|
0 commit comments