Initial commit
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user