From ff7e1cbd82686b250cab359cd246915e88afed91 Mon Sep 17 00:00:00 2001 From: Trym Lund Flogard Date: Wed, 2 Jun 2021 13:11:34 +0200 Subject: [PATCH] init node --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..036e662 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "nextcloud-artifacts-action", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/trympet/nextcloud-artifacts-action.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/trympet/nextcloud-artifacts-action/issues" + }, + "homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme" +}