Initial commit

This commit is contained in:
2026-05-19 17:03:23 +03:00
commit 26df196bb3
38 changed files with 4185 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "novapay",
"version": "1.0.0",
"description": "NovaPay - Modern Financial Platform (11ty)",
"scripts": {
"start": "eleventy --serve --input=src --output=_site",
"build": "eleventy --input=src --output=_site"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0"
}
}