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.
 

27 lines
615 B

{
"name": "n0m-template-engine",
"version": "1.0.0",
"description": "",
"module": "index.mjs",
"scripts": {
"start": "node cli.js",
"test": "echo \"Error: no test specified\" && exit 1",
"make": "npx webpack && npx pkg .",
"install": "sudo cp ./dist/n0m-template-engine /usr/local/bin/n0m"
},
"author": "",
"license": "MIT",
"dependencies": {
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"pkg": "^5.8.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"bin": "dist/cli.js",
"pkg": {
"targets": [ "node18-linux" ],
"outputPath": "dist"
}
}