UNPKG

765 BJSONView Raw
1{
2 "name": "@babel/helper-builder-react-jsx",
3 "version": "7.24.7",
4 "description": "Helper function to build react jsx",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-helper-builder-react-jsx"
9 },
10 "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-react-jsx",
11 "license": "MIT",
12 "publishConfig": {
13 "access": "public"
14 },
15 "main": "./lib/index.js",
16 "dependencies": {
17 "@babel/helper-annotate-as-pure": "^7.24.7",
18 "@babel/types": "^7.24.7"
19 },
20 "devDependencies": {
21 "@babel/core": "^7.24.7",
22 "@babel/traverse": "^7.24.7"
23 },
24 "engines": {
25 "node": ">=6.9.0"
26 },
27 "author": "The Babel Team (https://babel.dev/team)",
28 "type": "commonjs"
29}
\No newline at end of file