UNPKG

babel-plugin-optional-require

Version:

Babel plugin to transpile object styles to template literal

39 lines (38 loc) 883 B
{ "name": "babel-plugin-optional-require", "version": "0.3.1", "description": "Babel plugin to transpile object styles to template literal", "main": "index.js", "files": [ "index.js" ], "repository": "git@github.com:satya164/babel-plugin-optional-require.git", "author": "Satyajit Sahoo <satyajit.happy@gmail.com>", "license": "MIT", "keywords": [ "babel-plugin", "babel", "module", "require", "import" ], "scripts": { "lint": "eslint .", "flow": "flow", "test": "jest" }, "devDependencies": { "babel-core": "^6.26.0", "babel-plugin-tester": "^5.0.0", "dedent": "^0.7.0", "eslint": "^4.12.0", "eslint-config-satya164": "^1.0.1", "flow-bin": "^0.59.0", "jest": "^21.2.1", "prettier": "^1.8.2" }, "dependencies": { "is-builtin-module": "^2.0.0", "resolve-from": "^4.0.0" } }