Files
gitea-actions-demo-project/package.json
Nikola Derežić 29b479dcaf
All checks were successful
Build and Push Docker Image / check_version (push) Successful in 7s
Build and Push Docker Image / check_image_version (push) Successful in 8s
Build and Push Docker Image / build (push) Successful in 35s
version bump should trigger re-build
2026-01-09 14:39:52 +01:00

14 lines
358 B
JSON

{
"name": "gitea-actions-demo-project",
"version": "1.0.1",
"description": "Demo project showcasing Gitea Actions with Docker build and push",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": ["gitea", "actions", "docker", "demo"],
"author": "",
"license": "MIT"
}