Start constnium

This commit is contained in:
Mylloon 2022-06-22 19:02:25 +02:00
commit a119dba08c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 20 additions and 0 deletions

20
package.json Normal file
View file

@ -0,0 +1,20 @@
{
"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",
"first name"
],
"author": "Mylloon",
"license": "GPL-3.0-only"
}

0
src/index.js Normal file
View file