Add minimal Node.js project for build.yaml
This commit is contained in:
parent
e41485d0d2
commit
217583743a
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "testing-ci-cd",
|
||||
"version": "1.0.0",
|
||||
"description": "# Test 4 # Test 4",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.qoneqtor.com/m.marjorie/testing-ci-cd.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
Loading…
Reference in New Issue