Template-Engine/package.json
2022-09-03 00:49:20 -06:00

14 lines
263 B
JSON

{
"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"
}