{
  "name": "@telstra/iot-connectivity-manager",
  "version": "1.0.1",
  "description": "Telstra IoT Connectivity Manager",
  "main": "dist/index.js",
  "type": "module",
  "module": "dist",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "keywords": [
    "Telstra",
    "SDK",
    "ICM",
    "IoT Connectivity Manager"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "Telstra Developer <telstradev@team.telstra.com> (https://dev.telstra.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/telstra/telstra-sdk-js.git"
  },
  "bugs": {
    "url": "https://github.com/telstra/telstra-sdk-js/issues"
  },
  "dependencies": {
    "ajv": "^6.12.6",
    "date-fns": "^3.6.0",
    "uuid": "^11.1.0",
    "@telstra/core": "0.0.3"
  },
  "devDependencies": {
    "@types/node": "^22.13.4",
    "@vitest/coverage-v8": "3.0.9",
    "msw": "^2.7.3",
    "tsc-alias": "^1.8.11",
    "vitest": "^3.0.9"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage",
    "test:package": "vitest run",
    "build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json"
  }
}