From 02c2af5e94c6ede3e48be7cb8c045606d96cb3ad Mon Sep 17 00:00:00 2001 From: Bart Mesuere Date: Mon, 17 Jun 2024 14:44:32 +0200 Subject: [PATCH] yarn init --- 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 00000000..5e12f37a --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "unipept-cli", + "version": "4.0.0", + "description": "Command line interface to the Unipept web services", + "main": "index.js", + "repository": "git@github.com:unipept/unipept-cli.git", + "author": "Bart Mesuere ", + "license": "MIT", + "private": false +}