UNPKG

jtdal

Version:

Small template engine based on Zope TAL, using data attributes

29 lines 808 B
{ "name": "jtdal", "description": "Small template engine based on Zope TAL, using data attributes", "exports": "./jTDAL.min.js", "types": "jTDAL.d.ts", "type": "module", "repository": { "type": "git", "url": "https://github.com/StefanoBalocco/jTDAL.git" }, "version": "4.1.0", "keywords": [ "template engine", "tal" ], "author": "Stefano Balocco <stefano.balocco@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/StefanoBalocco/jTDAL/issues" }, "homepage": "https://github.com/StefanoBalocco/jTDAL", "devDependencies": { "terser": "~5", "typescript": "~5" }, "scripts": { "build": "node_modules/typescript/bin/tsc && node_modules/terser/bin/terser jTDAL.js -o jTDAL.min.js --toplevel -m -c --mangle-props regex=/^_/" } }