24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "constnium",
|
|
"version": "0.0.1",
|
|
"description": "Calculate your constant based on your first name",
|
|
"main": "src/server.js",
|
|
"scripts": {
|
|
"main": "node .",
|
|
"debug": "nodemon ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.kennel.ml:Anri/Constnium.git"
|
|
},
|
|
"keywords": [
|
|
"constant",
|
|
"first-name"
|
|
],
|
|
"author": "Mylloon",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"ejs": "^3.1.8",
|
|
"express": "^4.18.1"
|
|
}
|
|
}
|