|
1 | 1 | {
|
2 |
| - "name": "hast-util-to-jsx-runtime", |
3 |
| - "version": "2.3.0", |
4 |
| - "description": "hast utility to transform to preact, react, solid, svelte, vue, etc", |
5 |
| - "license": "MIT", |
6 |
| - "keywords": [ |
7 |
| - "unist", |
8 |
| - "hast", |
9 |
| - "hast-util", |
10 |
| - "util", |
11 |
| - "utility", |
12 |
| - "html", |
13 |
| - "preact", |
14 |
| - "react", |
15 |
| - "solid", |
16 |
| - "svelte", |
17 |
| - "vue" |
18 |
| - ], |
19 |
| - "repository": "syntax-tree/hast-util-to-jsx-runtime", |
20 |
| - "bugs": "https://github.com/syntax-tree/hast-util-to-jsx-runtime/issues", |
21 |
| - "funding": { |
22 |
| - "type": "opencollective", |
23 |
| - "url": "https://opencollective.com/unified" |
24 |
| - }, |
25 | 2 | "author": "Titus Wormer <[email protected]> (https://wooorm.com)",
|
| 3 | + "bugs": "https://github.com/syntax-tree/hast-util-to-jsx-runtime/issues", |
26 | 4 | "contributors": [
|
27 | 5 | "Titus Wormer <[email protected]> (https://wooorm.com)"
|
28 | 6 | ],
|
29 |
| - "sideEffects": false, |
30 |
| - "type": "module", |
31 |
| - "exports": "./index.js", |
32 |
| - "files": [ |
33 |
| - "lib/", |
34 |
| - "index.d.ts", |
35 |
| - "index.js" |
36 |
| - ], |
37 | 7 | "dependencies": {
|
38 | 8 | "@types/estree": "^1.0.0",
|
39 | 9 | "@types/hast": "^3.0.0",
|
|
51 | 21 | "unist-util-position": "^5.0.0",
|
52 | 22 | "vfile-message": "^4.0.0"
|
53 | 23 | },
|
| 24 | + "description": "hast utility to transform to preact, react, solid, svelte, vue, etc", |
54 | 25 | "devDependencies": {
|
55 | 26 | "@types/node": "^22.0.0",
|
56 | 27 | "@types/react": "^18.0.0",
|
|
69 | 40 | "typescript": "^5.0.0",
|
70 | 41 | "xo": "^0.59.0"
|
71 | 42 | },
|
72 |
| - "scripts": { |
73 |
| - "prepack": "npm run build && npm run format", |
74 |
| - "generate": "esbuild . --bundle --minify --target=es2020 --format=esm --outfile=example/hast-util-to-jsx-runtime.min.js", |
75 |
| - "build": "tsc --build --clean && tsc --build && type-coverage", |
76 |
| - "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
77 |
| - "test-api": "node --conditions development test/index.js", |
78 |
| - "test-coverage": "c8 --100 --reporter lcov npm run test-api", |
79 |
| - "test": "npm run generate && npm run build && npm run format && npm run test-coverage" |
| 43 | + "exports": "./index.js", |
| 44 | + "files": [ |
| 45 | + "lib/", |
| 46 | + "index.d.ts", |
| 47 | + "index.js" |
| 48 | + ], |
| 49 | + "funding": { |
| 50 | + "type": "opencollective", |
| 51 | + "url": "https://opencollective.com/unified" |
80 | 52 | },
|
| 53 | + "keywords": [ |
| 54 | + "hast-util", |
| 55 | + "hast", |
| 56 | + "html", |
| 57 | + "preact", |
| 58 | + "react", |
| 59 | + "solid", |
| 60 | + "svelte", |
| 61 | + "unist", |
| 62 | + "utility", |
| 63 | + "util", |
| 64 | + "vue" |
| 65 | + ], |
| 66 | + "license": "MIT", |
| 67 | + "name": "hast-util-to-jsx-runtime", |
81 | 68 | "prettier": {
|
82 | 69 | "bracketSpacing": false,
|
83 | 70 | "semi": false,
|
|
91 | 78 | "remark-preset-wooorm"
|
92 | 79 | ]
|
93 | 80 | },
|
| 81 | + "repository": "syntax-tree/hast-util-to-jsx-runtime", |
| 82 | + "scripts": { |
| 83 | + "build": "tsc --build --clean && tsc --build && type-coverage", |
| 84 | + "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix", |
| 85 | + "generate": "esbuild --bundle --format=esm --minify --outfile=example/hast-util-to-jsx-runtime.min.js --target=es2020 .", |
| 86 | + "prepack": "npm run build && npm run format", |
| 87 | + "test-api": "node --conditions development test/index.js", |
| 88 | + "test-coverage": "c8 --100 --reporter lcov -- npm run test-api", |
| 89 | + "test": "npm run generate && npm run build && npm run format && npm run test-coverage" |
| 90 | + }, |
| 91 | + "sideEffects": false, |
94 | 92 | "typeCoverage": {
|
95 | 93 | "atLeast": 100,
|
96 | 94 | "detail": true,
|
|
100 | 98 | ],
|
101 | 99 | "strict": true
|
102 | 100 | },
|
| 101 | + "type": "module", |
| 102 | + "version": "2.3.0", |
103 | 103 | "xo": {
|
104 | 104 | "overrides": [
|
105 | 105 | {
|
|
0 commit comments