UNPKG

1.18 kBJSONView Raw
1{
2 "name": "@svgr/hast-util-to-babel-ast",
3 "description": "Transform HAST to Babel AST (JSX)",
4 "version": "8.0.0",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "exports": {
8 ".": {
9 "types": "./dist/index.d.ts",
10 "default": "./dist/index.js"
11 },
12 "./package.json": "./package.json"
13 },
14 "repository": "https://github.com/gregberge/svgr/tree/main/packages/hast-util-to-babel-ast",
15 "author": "Greg Bergé <berge.greg@gmail.com>",
16 "publishConfig": {
17 "access": "public"
18 },
19 "keywords": [
20 "html",
21 "hast",
22 "babel",
23 "hast-util",
24 "unist-util",
25 "unist"
26 ],
27 "engines": {
28 "node": ">=14"
29 },
30 "homepage": "https://react-svgr.com",
31 "funding": {
32 "type": "github",
33 "url": "https://github.com/sponsors/gregberge"
34 },
35 "license": "MIT",
36 "dependencies": {
37 "@babel/types": "^7.21.3",
38 "entities": "^4.4.0"
39 },
40 "scripts": {
41 "reset": "rm -rf dist",
42 "build": "rollup -c ../../build/rollup.config.mjs",
43 "prepublishOnly": "npm run reset && npm run build"
44 },
45 "devDependencies": {
46 "@types/svg-parser": "^2.0.3"
47 },
48 "gitHead": "52a1079681477587ef0d842c0e78531adf2d2520"
49}