UNPKG

@anireact/d

Version:

Dedent templates, autoindent interpolations, and more.

43 lines 1.43 kB
{ "name": "@anireact/d", "description": "Dedent templates, autoindent interpolations, and more.", "version": "1.0.0", "repository": "https://github.com/anireact/d", "homepage": "https://github.com/anireact/d#readme", "bugs": "https://github.com/anireact/d/issues", "author": "Yuri Zemskov <miyaokamarina@gmail.com> (https://t.me/miyaokamarina)", "license": "MIT", "keywords": [ "dedent", "template", "codegen", "macro", "template-literal", "tagged", "tagged-literal", "tagged-template-literal", "template-tag", "code-generator", "code-generation", "unindent", "deindent" ], "packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c", "type": "module", "main": "./dist/dedent.mjs", "exports": "./dist/dedent.mjs", "devDependencies": { "@anireact/typescript-config": "^2.0.0", "@types/node": "^24.0.14", "prettier": "^3.6.2", "typescript": "^5.8.3" }, "scripts": { "clear": "rm -rf ./dist/ ./.yarn/temp/", "make": "yarn tsc -b", "remake": "yarn clear && yarn make", "prepack": "yarn remake", "test": "yarn tsc -b && node --enable-source-maps --test './.yarn/temp/test/**/*.mjs'", "only": "yarn tsc -b && node --enable-source-maps --test-only --test './.yarn/temp/test/**/*.mjs'" } }