UNPKG

babel-plugin-transform-dynamic-imports-to-static-imports

Version:
40 lines (39 loc) 1.1 kB
{ "name": "babel-plugin-transform-dynamic-imports-to-static-imports", "version": "1.0.0", "description": "transform dynamic import to static imports", "main": "index.js", "scripts": { "format": "prettier --write .", "lint": "prettier --check .", "test": "jest", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/ChristianMurphy/babel-plugin-transform-dynamic-import-to-static-import.git" }, "files": [ "index.js" ], "keywords": [ "babel-plugin", "import", "static", "dynamic" ], "author": "Christian Murphy", "license": "MIT", "bugs": { "url": "https://github.com/ChristianMurphy/babel-plugin-transform-dynamic-import-to-static-import/issues" }, "homepage": "https://github.com/ChristianMurphy/babel-plugin-transform-dynamic-import-to-static-import#readme", "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-syntax-top-level-await": "^7.0.0", "babel-plugin-tester": "^10.0.0", "husky": "^6.0.0", "jest": "^26.0.0", "prettier": "^2.0.0" } }