jsOMS/package.json
dependabot[bot] 68c99543f6
Bump chromedriver from 91.0.1 to 119.0.1
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 91.0.1 to 119.0.1.
- [Commits](https://github.com/giggio/node-chromedriver/compare/91.0.1...119.0.1)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 22:33:04 +00:00

30 lines
867 B
JSON

{
"name": "jsoms",
"version": "1.0.0",
"hash": "",
"description": "<p align=\"center\"><img src=\"https://raw.githubusercontent.com/Jingga-Management/Assets/master/art/logo.png\" width=\"256\" alt=\"Logo\"></p>",
"directories": {
"test": "tests"
},
"dependencies": {
"chromedriver": "^119.0.1",
"eslint": "^8.12.0",
"geckodriver": "^3.0.2",
"selenium-webdriver": "^4.0.0-beta.4"
},
"author": "Dennis Eichhorn",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/karaka-management/jsOMS.git"
},
"license": "OMS",
"bugs": {
"url": "https://github.com/karaka-management/jsOMS/issues"
},
"homepage": "https://github.com/karaka-management/jsOMS#readme",
"devDependencies": {
"eslint-plugin-import": "^2.25.4"
}
}