From 118a2857ce8d9679b8de54d8a3708e4a793e5784 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sat, 11 Sep 2021 23:18:46 -0700 Subject: [PATCH] Fresh package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..33cf0ad --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "kucinako", + "version": "0.1.0", + "description": "Dictionary for Arzhanai conlangs", + "main": "index.js", + "repository": "gitea@gitea.everydayimshuflin.com:greg/gues-kucinako.git", + "author": "Greg Shuflin ", + "license": "MIT", + "private": true +}