initial commit
This commit is contained in:
24
dev/tekton/examples/example-bank/package.json
Executable file
24
dev/tekton/examples/example-bank/package.json
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "NodejsStarterApp",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"dev": "DEVMODE=true node app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"cfenv": "^1.2.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.16.4",
|
||||
"express-http-proxy": "^1.6.0",
|
||||
"ibmcloud-appid": "^6.1.0",
|
||||
"log4js": "^6.1.0",
|
||||
"node-random-name": "^1.0.1",
|
||||
"request": "^2.88.2"
|
||||
},
|
||||
"repository": {},
|
||||
"engines": {
|
||||
"node": "8.x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user