UNPKG

babel-plugin-remove-template-literals-whitespace

Version:
42 lines (41 loc) 1.11 kB
{ "name": "babel-plugin-remove-template-literals-whitespace", "version": "1.0.4", "description": "Babel plugin for whitespace removal from template literals.", "main": "src/index.js", "files": [ "index.js", "src/*.js" ], "scripts": { "lint": "npx eslint src/index.js", "lint:fix": "npx eslint src/index.js --fix", "test": "npx jest" }, "repository": { "type": "git", "url": "git+https://github.com/oliverfindl/babel-plugin-remove-template-literals-whitespace.git" }, "keywords": [ "babel", "babel-plugin", "template-literals", "remove-whitespace", "remove-template-literals-whitespace", "babel-plugin-remove-template-literals-whitespace" ], "author": "Oliver Findl", "license": "MIT", "bugs": { "url": "https://github.com/oliverfindl/babel-plugin-remove-template-literals-whitespace/issues" }, "homepage": "https://github.com/oliverfindl/babel-plugin-remove-template-literals-whitespace#readme", "dependencies": { "@babel/helper-plugin-utils": "^7.13.0" }, "devDependencies": { "babel-plugin-tester": "^10.0.0", "eslint": "^7.26.0", "jest": "^26.6.3" } }