-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "talentlms-reports",
"version": "0.1.5",
"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": {
"glob": "^11.0.0",
"talentlms-sdk": "^1.0.1"
},
"directories": {
"test": "test",
"talentlms-sdk": "github:trifoia/talentlms-sdk#v1.0.2"
}
}