A shell script template engine for generating HTML markup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
316 B

{
"name": "n0m-template-engine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"type": "module",
"dependencies": {
"tmp-promise": "^3.0.3"
}
}