mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 15:29:24 +00:00
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"name": "helloworld",
|
|
"version": "1.0.0",
|
|
"description": "Simple hello world sample in Node",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "node dist/index.js",
|
|
"gcp-build": "npm run build",
|
|
"build": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"express": "^4.16.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.3",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|