Constnium/package.json

25 lines
480 B
JSON
Raw Normal View History

2022-06-22 19:02:25 +02:00
{
"name": "constnium",
"version": "0.0.1",
"description": "Calculate your constant based on your first name",
2022-06-22 19:41:32 +02:00
"main": "src/server.js",
2022-06-22 19:02:25 +02:00
"scripts": {
"main": "node .",
"debug": "nodemon ."
},
"repository": {
"type": "git",
"url": "git@git.kennel.ml:Anri/Constnium.git"
},
"keywords": [
"constant",
2022-06-22 19:04:16 +02:00
"first-name"
2022-06-22 19:02:25 +02:00
],
"author": "Mylloon",
2022-06-22 19:20:40 +02:00
"license": "GPL-3.0-only",
"dependencies": {
2022-06-22 19:41:32 +02:00
"ejs": "^3.1.8",
2022-06-22 19:20:40 +02:00
"express": "^4.18.1"
}
2022-06-22 19:02:25 +02:00
}