{
  "name": "@xyz.warpmatter.com/absorb-lms-engine",
  "version": "0.0.6",
  "author": "Gabriel.Roy@WarpMatter.com",
  "description": "Upcoming details...",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "npx jest",
    "build": "npx tsc --watch",
    "prepublishOnly": "npx tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WarpMatter/absorb-lms-engine.git"
  },
  "bugs": {
    "url": "https://github.com/WarpMatter/absorb-lms-engine/issues"
  },
  "homepage": "https://github.com/WarpMatter/absorb-lms-engine#readme",
  "devDependencies": {
    "@types/jest": "^28.1.6",
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "@typescript-eslint/parser": "^5.54.0",
    "eslint": "^8.20.0",
    "eslint-config-google": "^0.14.0",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.9.1"
  },
  "dependencies": {
    "@xyz.warpmatter.com/utility-engine": "^0.0.3",
    "node-fetch": "^3.3.0"
  }
}
