mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
30 lines
866 B
JSON
30 lines
866 B
JSON
{
|
|
"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": "^2.0.1",
|
|
"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"
|
|
}
|
|
}
|