UNPKG

scormcloud-client

Version:

A Typescript and JS client for interfacing with the ScormCloud API

82 lines (81 loc) 2.34 kB
{ "name": "scormcloud-client", "version": "0.2.6", "description": "A Typescript and JS client for interfacing with the ScormCloud API", "homepage": "https://github.com/distributhor/scormcloud-client", "license": "MIT", "keywords": [ "scorm", "scormcloud" ], "repository": { "type": "git", "url": "https://github.com/distributhor/scormcloud-client.git" }, "contributors": [ "WK <distributhor@fastmail.com>" ], "files": [ "LICENSE.md", "README.md", "/dist/client.d.ts", "/dist/client.d.ts.map", "/dist/client.js", "/dist/client.js.map", "/dist/types.d.ts", "/dist/types.d.ts.map", "/dist/types.js", "/dist/types.js.map" ], "main": "dist/client.js", "scripts": { "clean:rm": "rimraf dist", "clean": "tsc -b --clean", "build": "tsc -b --clean && tsc -b", "lint": "eslint --ignore-path .eslintignore .", "lint:fix": "eslint --fix --ignore-path .eslintignore .", "lint:staged": "lint-staged", "test": "jest -c test/unit/jest.config.js --passWithNoTests", "debug:test": "jest --runInBand -c test/debug/jest.config.js", "integration:test": "jest --runInBand -c test/integration/jest.config.js", "docs": "typedoc --plugin none --out docs", "prepare": "husky install" }, "dependencies": { "luxon": "^3.0.4", "superagent": "^8.0.0", "uuid": "^9.0.0" }, "devDependencies": { "@types/jest": "^29.1.2", "@types/luxon": "^3.0.2", "@types/node": "^18.8.4", "@types/superagent": "^4.1.15", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", "dotenv": "^16.0.3", "eslint": "^8.0.1", "eslint-config-standard": "^17.0.0", "eslint-config-standard-with-typescript": "^23.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^27.1.1", "eslint-plugin-jsonc": "^2.4.0", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.0.1", "husky": "^8.0.1", "jest": "^29.1.2", "lint-staged": "^13.0.3", "rimraf": "^3.0.2", "standardx": "^7.0.0", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typedoc": "^0.23.16", "typedoc-plugin-markdown": "^3.13.6", "typescript": "^4.8.4", "yarn": ">=1.22.0" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" } }