UNPKG

shift-tab

Version:

Removes indent space from multiline strings

49 lines 1.06 kB
{ "name": "shift-tab", "version": "3.0.1", "description": "Removes indent space from multiline strings", "main": "dist/index.js", "typings": "dist/index.d.ts", "repository": "github:n1kk/shift-tab", "homepage": "https://github.com/n1kk/shift-tab", "type": "module", "sideEffects": false, "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "devDependencies": { "@types/jest": "^27.4.0", "chalk-template": "^0.2.0", "jest": "^27.4.7", "prettier": "^2.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.2", "typescript": "^4.5.4" }, "author": "n1kk", "license": "MIT", "keywords": [ "identation", "unindent", "untab", "trim", "trim", "whitespace", "shift tab", "code block", "multiline text", "multiline string", "template literals", "template tags", "esm", "es module", "typescript", "ts" ], "scripts": { "build": "rimraf dist && pnpm tsc -b ./tsconfig.json", "test": "pnpm jest", "test-print": "node ./test/print.js" } }