@itrocks/template
Version:
The W3C-valid, browser-previewable, concise, and fast HTML template engine that enables delimiter-less translations
74 lines (73 loc) • 1.45 kB
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/app-dir": "latest",
"@itrocks/rename": "latest",
"@itrocks/sorted-array": "latest"
},
"description": "The W3C-valid, browser-previewable, concise, and fast HTML template engine that enables delimiter-less translations",
"devDependencies": {
"@types/jest": "^30.0",
"@types/node": "^24.10",
"jest": "^30.2",
"ts-jest": "^29.4",
"typescript": "~5.9"
},
"engines": {
"node": ">=18"
},
"exports": {
"import": "./esm/template.js",
"require": "./cjs/template.js"
},
"files": [
"LICENSE",
"README.md",
"*/*.d.ts",
"*/*.js"
],
"homepage": "it.rocks",
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": [
"**/?(*.)+(spec|test).ts"
]
},
"keywords": [
"backend",
"browser",
"dynamic",
"engine",
"html",
"fast",
"i18n",
"internationalization",
"it.rocks",
"lightweight",
"no-escape",
"preview",
"standards",
"template",
"valid",
"validation",
"W3C"
],
"license": "LGPL-3.0-or-later",
"name": "@itrocks/template",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/template.git"
},
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"test": "test/test"
},
"types": "./esm/template.d.ts",
"version": "0.1.6"
}