@caspingus/lt
Version:
A utility library of helpers and tools for working with Learnosity APIs.
78 lines (77 loc) • 2.67 kB
JSON
{
"name": "@caspingus/lt",
"version": "2.24.4",
"description": "A utility library of helpers and tools for working with Learnosity APIs.",
"author": "michael@learnosity.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelsharman/LT.git"
},
"keywords": [
"learnosity",
"assessment",
"edtech"
],
"bugs": {
"url": "https://github.com/michaelsharman/LT/issues"
},
"homepage": "https://michaelsharman.github.io/LT/",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@eslint/js": "^9.24.0",
"@stylistic/eslint-plugin-js": "^4.2.0",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"docdash": "^2.0.2",
"ejs": "^3.1.10",
"eslint": "^9.24.0",
"eslint-formatter-table": "^7.32.1",
"express": "^4.21.2",
"globals": "^16.0.0",
"jest": "^29.7.0",
"learnosity-sdk-nodejs": "github:Learnosity/learnosity-sdk-nodejs",
"nodemon": "^3.1.9",
"npm": "^11.2.0",
"puppeteer": "^22.15.0",
"sass": "^1.86.3",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-version-file": "^0.1.7"
},
"scripts": {
"dev": "npm install && webpack watch --mode development --devtool eval-source-map",
"lint": "npx eslint --format table",
"build": "npm install && npm run lint && webpack --mode production",
"docs": "jsdoc -c jsdoc.json -R README.md --verbose",
"test": "jest --verbose",
"start:server": "nodemon ./tests/api-server/src/server.js",
"start:server:background": "nodemon ./tests/api-server/src/server.js &"
},
"dependencies": {
"@caspingus/ssml-editor": "^0.1.1",
"@uppy/compressor": "^2.2.1",
"@uppy/core": "^4.4.3",
"@uppy/dashboard": "^4.3.2",
"@uppy/drag-drop": "^4.1.1",
"@uppy/image-editor": "^3.3.1",
"active-table": "^1.1.6",
"entities": "^6.0.0",
"howler": "^2.2.4",
"lodash-es": "^4.17.21",
"mousetrap": "^1.6.5",
"papaparse": "^5.5.2",
"pdfjs-dist": "^4.10.38",
"platform-detect": "^3.0.1",
"seedrandom": "^3.0.5",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
}
}