UNPKG

babel-plugin-bianic-ui

Version:

Mark custom forwardRef and memo as pure for tree shaking

43 lines (42 loc) 928 B
{ "name": "babel-plugin-bianic-ui", "version": "1.0.0-rc.4", "description": "Mark custom forwardRef and memo as pure for tree shaking", "license": "MIT", "publishConfig": { "access": "public" }, "main": "dist/index.js", "keywords": [ "bianic-ui", "babel-plugin" ], "files": [ "dist" ], "scripts": { "prepublish": "yarn build", "lint": "eslint src", "test": "jest --passWithNoTests", "build": "babel src -d dist" }, "dependencies": { "@babel/helper-annotate-as-pure": "^7.8.3", "@babel/helper-plugin-utils": "^7.8.3" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { "@babel/core": "^7.9.0" }, "jest": { "testEnvironment": "node", "testRegex": "/test/.*\\.test\\.js$", "collectCoverageFrom": [ "src/**/*.js", "!src/log.js" ] }, "gitHead": "d24159e7d5fd1e4dccae4063003781cb3e5f00ca" }