UNPKG

@uiw/babel-plugin-add-import-extension

Version:

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

62 lines (61 loc) 1.57 kB
{ "name": "@uiw/babel-plugin-add-import-extension", "version": "1.0.3", "description": "Remove the specified import declaration when you use the babel transform to build the package.", "repository": "https://github.com/uiwjs/babel-plugin-add-import-extension", "homepage": "https://uiwjs.github.io/babel-plugin-add-import-extension/", "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": { "@babel/core": "^7.27.1", "@babel/helper-plugin-utils": "^7.27.1" }, "devDependencies": { "@babel/cli": "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" }