Constnium/package.json

21 lines
408 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",
"main": "src/index.js",
"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",
"license": "GPL-3.0-only"
}