{
  "name": "@iot-app-kit/core",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "12.5.2",
  "description": "IoT Application Kit core",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js",
      "default": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "*NOTICE",
    "package.json"
  ],
  "scripts": {
    "build": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json",
    "build:cjs": "tsc -b ./tsconfig.cjs.json",
    "build:es": "tsc -b ./tsconfig.esm.json",
    "clean": "rimraf dist coverage .turbo .cache",
    "clean:nuke": "npm run clean && rimraf node_modules",
    "dev": "tsc -b ./tsconfig.esm.json --watch",
    "dev:react-components": "npm run dev",
    "lint": "eslint . --max-warnings=2 --cache --cache-location .cache/eslint/",
    "fix": "eslint --fix . --cache --cache-location .cache/eslint/",
    "test": "TZ=UTC vitest run --coverage",
    "test:watch": "TZ=UTC vitest",
    "test:typescript": "tsc --noEmit",
    "copy:license": "cp ../../LICENSE LICENSE",
    "copy:notice": "cp ../../NOTICE NOTICE",
    "prepack": "npm run copy:license && npm run copy:notice",
    "pack": "npm pack"
  },
  "dependencies": {
    "d3-array": "^3.2.4",
    "intervals-fn": "^3.0.3",
    "parse-duration": "^1.0.3",
    "redux": "^4.2.1",
    "rxjs": "^7.8.1",
    "uuid": "^14.0.0"
  },
  "devDependencies": {
    "@iot-app-kit/ts-config": "12.5.2",
    "@types/d3-array": "^3.0.5",
    "@types/node": "^18.16.18",
    "@types/uuid": "^9.0.2",
    "@vitest/coverage-v8": "^2.1.5",
    "eslint-config-iot-app-kit": "12.5.2",
    "flush-promises": "^1.0.2",
    "jest-extended": "^3.2.4",
    "rimraf": "^5.0.1",
    "typescript": "^5.5.4",
    "vite": "^6.4.3",
    "vitest": "^2.1.5"
  },
  "peerDependencies": {
    "@aws-sdk/client-iotsitewise": "^3.696.0"
  },
  "homepage": "https://github.com/awslabs/iot-app-kit#readme",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/iot-app-kit.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/awslabs/iot-app-kit/issues"
  }
}
