UNPKG

babel-plugin-local-scoped-modules

Version:

babel-plugin-local-scoped-modules ================ This plugin intends to avoid typing relative paths.Use relative paths like local modules instead.

54 lines (52 loc) 1.25 kB
{ "name": "babel-plugin-local-scoped-modules", "version": "0.120.3", "author": "Zengnificant<1269580641@qq.com>", "license": "MIT", "main": "lib/index.js", "files": [ "lib", "src" ], "keywords": [ "babel-plugin", "relative-path", "no-relative-path" ], "exports": { ".": { "import": "./lib/index.mjs", "require": "./lib/index.js" } }, "repository": { "type": "git", "url": "git@github.com:zengnificant/babel-plugin-local-scoped-modules.git" }, "scripts": { "test": "jest", "build": "export NODE_ENV=production&&vite build", "prepublish": "export NODE_ENV=production&&yarn build &&yarn test" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/preset-flow": "^7.0.0", "babelify": "^10.0.0", "browserify": "^16.2.3", "flow-bin": "^0.99.1", "gulp": "^4.0.2", "gulp-sourcemaps": "^2.6.5", "gulp-uglify": "^3.0.2", "jest": "^24.8.0", "uuid": "^3.3.2", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", "vite": "^5.0.10", "vite-plugin-flow": "^0.2.1" }, "dependencies": { "@babel/runtime": "^7.4.5" } }