UNPKG

babel-plugin-transform-cx-imports

Version:

Rewrite Cx imports for simplicity and optimal output size.

32 lines (31 loc) 673 B
{ "name": "babel-plugin-transform-cx-imports", "version": "21.3.0", "description": "Rewrite Cx imports for simplicity and optimal output size.", "repository": "https://github.com/codaxy/cxjs", "author": "Codaxy", "license": "SEE LICENSE IN LICENSE.md", "main": "index.js", "dependencies": { "@babel/plugin-syntax-jsx": "^7.12.13" }, "devDependencies": { "@babel/core": "^7.13.8", "@babel/preset-env": "^7.13.9", "mocha": "^8.3.0" }, "peerDependencies": { "@babel/core" :"^7.0.0-0" }, "scripts": { "test": "mocha" }, "keywords": [ "babel-plugin", "babel", "es2015", "es2016", "cx", "jsx" ] }