Engine base

This commit is contained in:
lumijiez
2025-05-29 12:01:30 +03:00
parent 70b712eda3
commit f8b61b80b6
3 changed files with 165 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "${PROJECT_NAME}",
"name": "inkject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "inkject.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true
"keywords": ["template", "engine", "templating", "render", "conditional"],
"private": false
}