|
1 | | -{ |
2 | | - "name": "posthtml-mso", |
3 | | - "description": "PostHTML plugin that simplifies writing Outlook conditionals in HTML emails.", |
4 | | - "version": "3.0.0", |
5 | | - "license": "MIT", |
6 | | - "author": "Cosmin Popovici (https://github.com/cossssmin)", |
7 | | - "bugs": "https://github.com/posthtml/posthtml-mso/issues", |
8 | | - "homepage": "https://github.com/posthtml/posthtml-mso", |
9 | | - "repository": "posthtml/posthtml-mso", |
10 | | - "type": "module", |
11 | | - "exports": "./lib/index.js", |
12 | | - "types": "./lib/index.d.ts", |
13 | | - "engines": { |
14 | | - "node": ">=18" |
15 | | - }, |
16 | | - "files": [ |
17 | | - "lib" |
18 | | - ], |
19 | | - "scripts": { |
20 | | - "dev": "vitest", |
21 | | - "release": "np", |
22 | | - "test": "vitest run --coverage", |
23 | | - "pretest": "eslint lib/*.{js,ts}" |
24 | | - }, |
25 | | - "keywords": [ |
26 | | - "mso", |
27 | | - "html", |
28 | | - "html-comments", |
29 | | - "outlook", |
30 | | - "posthtml", |
31 | | - "html-email", |
32 | | - "conditionals", |
33 | | - "posthtml-plugin" |
34 | | - ], |
35 | | - "dependencies": { |
36 | | - "posthtml": "^0.16.6" |
37 | | - }, |
38 | | - "devDependencies": { |
39 | | - "@typescript-eslint/eslint-plugin": "^7.0.2", |
40 | | - "@vitest/coverage-v8": "^1.3.1", |
41 | | - "eslint": "^8.57.0", |
42 | | - "np": "^10.0.0", |
43 | | - "vitest": "^1.3.1" |
44 | | - } |
45 | | -} |
| 1 | +{ |
| 2 | + "name": "posthtml-mso", |
| 3 | + "description": "PostHTML plugin that simplifies writing Outlook conditionals in HTML emails.", |
| 4 | + "version": "3.0.1", |
| 5 | + "license": "MIT", |
| 6 | + "author": "Cosmin Popovici (https://github.com/cossssmin)", |
| 7 | + "bugs": "https://github.com/posthtml/posthtml-mso/issues", |
| 8 | + "homepage": "https://github.com/posthtml/posthtml-mso", |
| 9 | + "repository": "posthtml/posthtml-mso", |
| 10 | + "type": "module", |
| 11 | + "exports": "./lib/index.js", |
| 12 | + "types": "./lib/index.d.ts", |
| 13 | + "engines": { |
| 14 | + "node": ">=18" |
| 15 | + }, |
| 16 | + "files": [ |
| 17 | + "lib" |
| 18 | + ], |
| 19 | + "scripts": { |
| 20 | + "dev": "vitest", |
| 21 | + "release": "np", |
| 22 | + "test": "vitest run --coverage", |
| 23 | + "pretest": "eslint lib/*.{js,ts}" |
| 24 | + }, |
| 25 | + "keywords": [ |
| 26 | + "mso", |
| 27 | + "html", |
| 28 | + "html-comments", |
| 29 | + "outlook", |
| 30 | + "posthtml", |
| 31 | + "html-email", |
| 32 | + "conditionals", |
| 33 | + "posthtml-plugin" |
| 34 | + ], |
| 35 | + "dependencies": { |
| 36 | + "posthtml": "^0.16.6" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 40 | + "@vitest/coverage-v8": "^1.3.1", |
| 41 | + "eslint": "^8.57.0", |
| 42 | + "np": "^10.0.0", |
| 43 | + "vitest": "^1.3.1" |
| 44 | + } |
| 45 | +} |
0 commit comments