Template-Engine/package.json

14 lines
263 B
JSON
Raw Normal View History

2022-09-02 23:31:55 -07:00
{
"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": "",
2022-09-02 23:49:20 -07:00
"license": "MIT",
2022-09-02 23:31:55 -07:00
"type": "module"
}