13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"name": "node-app",
|
|
"version": "1.0.0",
|
|
"description": "Kuberntes Test Node app",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start" : "node src/index.js"
|
|
},
|
|
"author": "Vivek Amin",
|
|
"license": "ISC"
|
|
}
|