{
  "name": "@constructor-io/constructorio-id",
  "version": "2.8.0",
  "description": "A JavaScript module for managing identity and sessions",
  "repository": "https://github.com/Constructor-io/constructorio-identity",
  "author": "Constructor.io Corporation",
  "license": "MIT",
  "main": "src/constructorio-id.js",
  "nyc": {
    "exclude": [
      "spec"
    ]
  },
  "scripts": {
    "clean": "rm -rf node_modules",
    "format": "eslint --fix ",
    "lint": "eslint spec/*.js src/*.js",
    "coverage": "nyc --reporter=html mocha spec/",
    "postcoverage": "serve --listen 8080 coverage",
    "test": "mocha spec/",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@babel/eslint-parser": "^7.16.5",
    "chai": "^4.2.0",
    "eslint": "^8.17.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.2",
    "husky": "^7.0.4",
    "jsdom": "^28.1.0",
    "mocha": "^11.1.0",
    "nyc": "^15.1.0",
    "serve": "^14.2.0",
    "sinon": "^7.4.2"
  }
}
