mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 21:19:23 +00:00
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"name": "helloworld",
|
|
"version": "1.0.0",
|
|
"description": "Simple hello world sample in Node",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|