{
  "name": "@trimble-oss/trimble-id",
  "version": "1.0.2",
  "description": "Trimble Identity SDK for JavaScript/TypeScript",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npm run clean && tsc && rollup -c",
    "clean": "rimraf dist",
    "test": "jest --coverage",
    "docs": "npx typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts"
  },
  "keywords": [
    "Trimble",
    "Identity",
    "TrimbleID"
  ],
  "homepage": "https://github.com/trimble-oss/trimble-id-sdk-docs-for-js",
  "author": "Trimble developers <developers@trimble.com>",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.16.0",
    "btoa": "^1.2.1",
    "jsrsasign": "^11.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@babel/preset-typescript": "^7.24.0",
    "@babel/runtime": "^7.27.6",
    "@rollup/plugin-babel": "^6.0.0",
    "@rollup/plugin-commonjs": "^26.0.0",
    "@rollup/plugin-node-resolve": "^15.2.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/btoa": "^1.2.3",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.12.0",
    "core-js": "^3.37.0",
    "jest": "^29.7.0",
    "rimraf": "^5.0.0",
    "rollup": "^2.56.2",
    "ts-jest": "^29.1.0",
    "tslib": "^2.8.1",
    "typedoc": "^0.28.7",
    "typedoc-plugin-markdown": "^4.7.1",
    "typescript": "^5.4.0"
  }
}
