UNPKG

relias-ltijs

Version:

A custom wrapper over existing ltijs project by Cvmcosta.

78 lines (77 loc) 1.82 kB
{ "name": "relias-ltijs", "version": "5.10.7", "description": "A custom wrapper over existing ltijs project by Cvmcosta.", "main": "index.js", "engineStrict": true, "engines": { "node": ">=12.13.0" }, "scripts": { "test": "nyc mocha", "build": "babel src -d dist", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Relias-DE/relias-ltijs" }, "keywords": [ "lti", "lms", "lti 1.3", "imslti", "1.3", "advantage", "relias" ], "author": "siddrcrelias", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Relias-DE/relias-ltijs/issues" }, "homepage": "https://github.com/Relias-DE/relias-ltijs", "dependencies": { "@babel/runtime": "^7.21.0", "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "debug": "^4.3.4", "express": "^4.18.2", "fast-url-parser": "^1.1.3", "got": "^11.8.2", "helmet": "^6.0.1", "jsonwebtoken": "^9.0.0", "mongoose": "^7.0.1", "parse-link-header": "^2.0.0", "rasha": "^1.2.5" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/register": "^7.21.0", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "chai-http": "^4.3.0", "eslint": "^8.36.0", "mocha": "^10.2.0", "mongodb-memory-server": "^8.12.0", "nock": "^13.3.0", "nyc": "^15.1.0", "standard": "^17.0.0" }, "standard": { "parser": "@babel/eslint-parser", "ignore": [ "node_modules/", "dist/" ], "env": [ "mocha" ] } }