talentlms-reports
Version:
Custom reporting engine for TalentLMS
37 lines (36 loc) • 1.02 kB
JSON
{
"name": "talentlms-reports",
"version": "0.1.4",
"description": "Custom reporting engine for TalentLMS",
"main": "index.js",
"scripts": {
"test": "mocha --recursive --test",
"test-quick": "mocha --recursive --quick --test",
"test-debug": "node --inspect node_modules/.bin/mocha --recursive --test",
"test-debug-quick": "node --inspect node_modules/.bin/mocha --recursive --quick --test",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trifoia/talentlms-reports.git"
},
"keywords": [
"talent",
"talentlms",
"report"
],
"author": "Trifoia (https://trifoia.com/)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Trifoia/talentlms-reports/issues"
},
"homepage": "https://github.com/Trifoia/talentlms-reports#readme",
"devDependencies": {
"eslint": "^7.28.0",
"mocha": "^9.0.0"
},
"dependencies": {
"talentlms-sdk": "^1.0.1"
}
}