From a119dba08c7ae8d17c271a4a28dbaf8a846acffe Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 22 Jun 2022 19:02:25 +0200 Subject: [PATCH] Start constnium --- package.json | 20 ++++++++++++++++++++ src/index.js | 0 2 files changed, 20 insertions(+) create mode 100644 package.json create mode 100644 src/index.js diff --git a/package.json b/package.json new file mode 100644 index 0000000..8d43130 --- /dev/null +++ b/package.json @@ -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" +} diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..e69de29