UNPKG

talentlms-sdk

Version:

Nodejs SDK for accessing the TalentLMS API

41 lines (40 loc) 1.16 kB
{ "name": "talentlms-sdk", "version": "1.0.1", "description": "Nodejs SDK for accessing the TalentLMS API", "main": "index.js", "scripts": { "test": "mocha --recursive --test", "test-quick": "mocha --recursive --quick --test", "test-integration": "mocha --recursive test-integration", "test-debug": "node --inspect node_modules/.bin/mocha --recursive --test", "test-debug-quick": "node --inspect node_modules/.bin/mocha --recursive --quick --test", "test-debug-integration": "node --inspect node_modules/.bin/mocha --recursive test-integration", "lint": "eslint .", "lint-fix": "eslint . --fix" }, "repository": { "type": "git", "url": "git+https://github.com/Trifoia/talentlms-sdk.git" }, "keywords": [ "SDK", "API", "Talent", "TalentLMS", "LMS" ], "author": "Trifoia (https://trifoia.com/)", "license": "MIT", "bugs": { "url": "https://github.com/Trifoia/talentlms-sdk/issues" }, "homepage": "https://github.com/Trifoia/talentlms-sdk#readme", "devDependencies": { "eslint": "^7.14.0", "mocha": "^8.2.1" }, "dependencies": { "phin": "^3.5.1" } }