source: frontend/node_modules/@svgr/hast-util-to-babel-ast/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 937 bytes
Line 
1{
2 "name": "@svgr/hast-util-to-babel-ast",
3 "description": "Transform HAST to Babel AST (JSX)",
4 "version": "5.5.0",
5 "main": "lib/index.js",
6 "repository": "https://github.com/gregberge/svgr/tree/master/packages/hast-util-to-babel-ast",
7 "author": "Greg Bergé <berge.greg@gmail.com>",
8 "publishConfig": {
9 "access": "public"
10 },
11 "keywords": [
12 "html",
13 "hast",
14 "babel",
15 "hast-util",
16 "unist-util",
17 "unist"
18 ],
19 "engines": {
20 "node": ">=10"
21 },
22 "homepage": "https://react-svgr.com",
23 "funding": {
24 "type": "github",
25 "url": "https://github.com/sponsors/gregberge"
26 },
27 "license": "MIT",
28 "scripts": {
29 "prebuild": "rm -rf lib/",
30 "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
31 "prepublishOnly": "yarn run build"
32 },
33 "dependencies": {
34 "@babel/types": "^7.12.6"
35 },
36 "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
37}
Note: See TracBrowser for help on using the repository browser.