13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"name": "k8s-task-manager-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend for Kubernetes Task Manager",
|
|
"scripts": {
|
|
"build": "mkdir -p dist && cp index.html dist/",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|