forked from MoodleJS/moodle.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
42
43
44
45
{
"name": "akora-moodle",
"version": "1.0.4",
"description": "This is a moodle Client for the MoodleAPI that was inspired by the minimalistic moodle-client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"madge": "madge --circular ./dist",
"clean": "rmdir dist /s /q && tsc",
"test": "npm run madge",
"prepublishOnly": "npm run clean && npm test"
},
"keywords": [
"moodle",
"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/MoodleClient.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"colors": "^1.4.0"
},
"devDependencies": {
"@types/node": "^14.14.22",
"madge": "^4.0.2"
}
}