UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

37 lines (36 loc) 896 B
{ "name": "@webhare/moodle-webservice", "version": "1.9.0", "description": "Moodle Web Service API client with intellisense and typechecking", "main": "index.js", "scripts": { "prepublish": "tsc", "test": "tsrun tests/test-moodle.ts", "tsrun": "tsrun" }, "dependencies": { "debug": "^4.3.4", "node-html-parser": "^6.1.5" }, "repository": { "type": "git", "url": "git+https://github.com/WebHare/moodle-webservice.git" }, "keywords": [ "moodle", "webservice" ], "devDependencies": { "@types/debug": "^4.1.7", "@types/node": "^18.15.11", "@webhare/tsrun": "^0.505.0", "dotenv": "^16.0.3", "typescript": "^5.0.3" }, "author": "Yousef Gamal", "license": "MIT", "bugs": { "url": "https://github.com/WebHare/moodle-webservice/issues" }, "homepage": "https://github.com/WebHare/moodle-webservice#readme" }