{ "name": "container_build", "version": "1.0.0", "main": "app/index.mjs", "scripts": { "test": "", "start": "node app/index.mjs", "wdio": "wdio run wdio.conf.ts" }, "repository": { "type": "git", "url": "https://git.lanternbay.com/container_build.git" }, "type": "module", "author": "", "license": "ISC", "description": "", "dependencies": { "dotenv": "^16.4.7", "express": "^4.21.2" }, "devDependencies": { "@wdio/browser-runner": "^9.4.3", "@wdio/cli": "^9.4.3", "@wdio/mocha-framework": "^9.4.3", "@wdio/spec-reporter": "^9.4.3", "wdio-html-nice-reporter": "^8.1.7" } }