14 lines
358 B
JSON
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"
|
|
}
|