-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 749 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "serverless-javascript",
"version": "1.0.1",
"description": "Serverless JavaScript Mini Workshop",
"scripts": {
"create": "ibmcloud fn action create helloJavaScript helloJavaScript.js",
"run": "ibmcloud fn action invoke --result helloJavaScript --param name World",
"update" : "ibmcloud fn action update helloJavaScript helloJavaScript.js"
},
"repository": {
"type": "git",
"url": "https://github.com/prpatel/serverless-javascript-mini-workshop.git"
},
"author": "prpatel",
"license": "Apache",
"bugs": {
"url": "https://github.com/prpatel/serverless-javascript-mini-workshop/issues"
},
"homepage": "https://github.com/prpatel/serverless-javascript-mini-workshop",
"dependencies": {
}
}