init node

This commit is contained in:
Trym Lund Flogard 2021-06-02 13:11:34 +02:00
parent f40b4a079f
commit ff7e1cbd82

20
package.json Normal file
View File

@ -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"
}