{
  "name": "@1771technologies/lytenyte-shared",
  "version": "2.1.3",
  "type": "module",
  "homepage": "https://1771technologies.com",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/1771-technologies/lytenyte.git",
    "directory": "packages/lytenyte-shared"
  },
  "bugs": {
    "url": "https://github.com/1771-technologies/lytenyte/issues"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "dependencies": {
    "@1771technologies/js-utils": "2.1.3",
    "@1771technologies/dom-utils": "2.1.3"
  },
  "publishConfig": {
    "access": "public"
  }
}