initial commit

This commit is contained in:
allard
2025-11-23 18:58:51 +01:00
commit 376a944abc
1553 changed files with 314731 additions and 0 deletions

View 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"
}
}