-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
42
43
44
45
46
{
"name": "moodle-console",
"version": "1.0.1",
"description": "This is a ConsoleClient based on the akora-moodle provides a Console to interact with",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"madge": "madge --circular ./dist",
"clean": "rmdir dist /s /q && tsc",
"test": "npm run madge",
"prepare": "npm run clean",
"prepublishOnly": "npm run clean && npm test"
},
"keywords": [
"moodle",
"console",
"akora",
"typed",
"typings"
],
"contributors": [
{
"name": "A-K-O-R-A",
"url": "https://github.com/A-K-O-R-A"
},
{
"name": "DragonCat4012",
"url": "https://github.com/DragonCat4012"
}
],
"repository": {
"type": "git",
"url": "git://github.com/AKORA-Studios/MoodleConsole.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.22",
"typedoc": "^0.20.27"
},
"dependencies": {
"akora-moodle": "^1.0.2"
}
}