UNPKG

babel-plugin-transform-remove-imports

Version:

Remove the specified import declaration when you use the babel transform to build the package.

60 lines (59 loc) 1.53 kB
{ "name": "babel-plugin-transform-remove-imports", "version": "1.8.0", "description": "Remove the specified import declaration when you use the babel transform to build the package.", "repository": "https://github.com/uiwjs/babel-plugin-transform-remove-imports", "homepage": "https://uiwjs.github.io/babel-plugin-transform-remove-imports/", "typings": "./index.d.ts", "main": "lib/index.js", "scripts": { "prepare": "npm run build && npm run test", "test": "jest --coverage", "test:watch": "jest --watchAll --coverage", "build": "babel src --out-dir lib", "watch": "babel src --out-dir lib --verbose -w" }, "keywords": [ "babel-plugin", "kkt-ssr", "uiw", "ssr" ], "jest": { "bail": true, "verbose": true, "coverageReporters": [ "lcov", "json-summary" ], "coveragePathIgnorePatterns": [ "/test/cases" ], "testMatch": [ "**/*.(spec|test).js?(x)" ] }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "dependencies": {}, "devDependencies": { "@babel/cli": "7.24.7", "@babel/core": "7.24.7", "@babel/plugin-proposal-do-expressions": "7.24.7", "@babel/plugin-proposal-export-default-from": "7.24.7", "@babel/preset-env": "7.24.7", "@babel/preset-react": "7.24.7", "babel-core": "7.0.0-bridge.0", "jest": "29.7.0" }, "files": [ "lib", "index.d.ts" ], "author": "Kenny Wong", "contributors": [ "Slava Fomin II <slava@fomin.io>" ], "license": "MIT" }