UNPKG

@putout/plugin-convert-template-to-string

Version:

🐊Putout plugin adds ability to find and remove useless template string

54 lines (53 loc) 1.38 kB
{ "name": "@putout/plugin-convert-template-to-string", "version": "2.0.0", "type": "commonjs", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout plugin adds ability to find and remove useless template string", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/plugin-convert-template-to-string#readme", "main": "lib/convert-template-to-string.js", "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git://github.com/coderaiser/putout.git" }, "scripts": { "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report" }, "dependencies": {}, "keywords": [ "putout", "putout-plugin", "plugin", "remove", "useless", "template" ], "devDependencies": { "@putout/test": "^9.0.0", "c8": "^9.0.0", "eslint": "^9.0.0", "eslint-plugin-n": "^17.0.0-0", "eslint-plugin-putout": "^22.0.0", "madrun": "^10.0.0" }, "peerDependencies": { "putout": ">=35" }, "license": "MIT", "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }