jsOMS/package.json

30 lines
866 B
JSON
Executable File

{
"name": "jsoms",
"version": "1.0.0",
"hash": "",
"description": "<p align=\"center\"><img src=\"https://raw.githubusercontent.com/Karaka-Management/Assets/master/art/logo.png\" width=\"256\" alt=\"Logo\"></p>",
"directories": {
"test": "tests"
},
"dependencies": {
"chromedriver": "^91.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"
}
}