Files
enlight-lms/package.json
2023-07-25 18:48:31 +05:30

28 lines
743 B
JSON

{
"name": "frappe_lms",
"version": "1.0.0",
"description": "Easy to use, open-source, Learning Management System",
"scripts": {
"test-local": "cypress open --e2e --browser chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frappe/lms.git"
},
"author": "Frappe",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/frappe/lms/issues"
},
"homepage": "https://github.com/frappe/lms#readme",
"dependencies": {
"@4tw/cypress-drag-drop": "^2",
"@cypress/code-coverage": "^3",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@testing-library/cypress": "^8",
"@testing-library/dom": "8.17.1",
"cypress-real-events": "^1.7.6"
}
}