{
  "name": "montag",
  "version": "2.0.1",
  "type": "module",
  "description": "format multiline strings using tagged templates, instead of putting all lines into an array and joining to a string",
  "main": "./lib/montag.js",
  "exports": "./lib/montag.js",
  "scripts": {
    "test": "madrun test",
    "coverage": "madrun coverage",
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "report": "madrun report",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:lint": "madrun watch:lint",
    "watch:tape": "madrun watch:tape",
    "watch:coverage:base": "madrun watch:coverage:base",
    "watch:coverage:tape": "madrun watch:coverage:tape",
    "watch:coverage": "madrun watch:coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/montag.git"
  },
  "keywords": [
    "tag",
    "literal",
    "join",
    "template",
    "array"
  ],
  "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/coderaiser/montag/issues"
  },
  "homepage": "https://github.com/coderaiser/montag",
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "eslint": "^10.2.1",
    "eslint-plugin-putout": "^31.1.2",
    "madrun": "^13.0.1",
    "mock-require": "^3.0.3",
    "nodemon": "^3.1.14",
    "putout": "^42.4.6",
    "superc8": "^12.3.1",
    "supertape": "^12.11.0"
  },
  "dependencies": {},
  "publishConfig": {
    "access": "public"
  }
}
