From 361fc2f7f43c84ce3a5c560901c0c3be7f553043 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Tue, 18 Oct 2022 19:09:25 +0100 Subject: [PATCH] npm init --- README.md | 1 + package.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 README.md create mode 100644 package.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2b9941 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# arangosearch diff --git a/package.json b/package.json new file mode 100644 index 0000000..cba6bef --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "arangosearch", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}