rendy
Version:
simplest template engine
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "rendy",
"version": "5.0.2",
"description": "simplest template engine",
"main": "./lib/rendy.js",
"exports": "./lib/rendy.js",
"type": "module",
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"test": "madrun test",
"test:dts": "madrun test:dts",
"coverage": "madrun coverage",
"report": "madrun report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/rendy.git"
},
"keywords": [
"template",
"engine"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/rendy/issues"
},
"homepage": "https://github.com/coderaiser/rendy",
"devDependencies": {
"check-dts": "^1.0.0",
"currify": "^4.0.0",
"eslint": "^10.0.0",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-putout": "^31.0.0",
"madrun": "^13.0.0",
"putout": "^42.0.5",
"superc8": "^12.3.1",
"supertape": "^12.5.0",
"try-catch": "^4.0.9"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}