init the package

main
nightly 2022-10-17 10:13:03 +02:00
parent 71c4ec6d74
commit a903657ddb
2 changed files with 1310 additions and 1 deletions

1296
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,5 +2,18 @@
"dependencies": {
"ejs": "^3.1.8",
"express": "^4.18.1"
}
},
"name": "encodie",
"description": "Template repo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://tea.nightly.town/nightlymania/encodie.git"
},
"author": "nightlymania",
"license": "GPL-2.0-or-later"
}