initial commit
This commit is contained in:
17
dev/tekton/examples/example-bank/bank-knative-service/package.json
Executable file
17
dev/tekton/examples/example-bank/bank-knative-service/package.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "bank-knative-service",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^0.19.2",
|
||||
"express": "^4.17.1",
|
||||
"jwt-decode": "^2.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user