{
  "name": "@brightspace-hmc/siren-sdk",
  "version": "3.60.1",
  "type": "module",
  "description": "",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --ext .js,.html",
    "generate:docs": "jsdoc src -R README.md -r -d docs",
    "test": "npm run lint && npm run test:headless",
    "test:headless": "web-test-runner --files \"./test/**/*.test.js\" --node-resolve",
    "test:headless:watch": "web-test-runner --files \"./test/**/*.test.js\" --node-resolve --watch"
  },
  "author": "D2L Corporation",
  "license": "Apache-2.0",
  "files": [
    "/src"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@brightspace-ui/core": "^3",
    "@open-wc/dedupe-mixin": "^2",
    "@polymer/polymer": "^3",
    "d2l-fetch": "^2",
    "d2l-polymer-siren-behaviors": "^2",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@open-wc/testing": "^3",
    "@web/test-runner": "^0.17",
    "eslint": "^9",
    "eslint-config-brightspace": "^3",
    "fetch-mock": "^9",
    "jsdoc": "^4",
    "lit": "^3",
    "sinon": "^22"
  }
}
