encodie/package.json

20 lines
379 B
JSON
Raw Normal View History

2022-10-17 10:07:07 +02:00
{
"dependencies": {
"ejs": "^3.1.8",
"express": "^4.18.1"
2022-10-17 10:13:03 +02:00
},
"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",
2022-10-17 10:50:59 +02:00
"license": "EUPL-1.2"
2022-10-17 10:07:07 +02:00
}