{
  "name": "@eclipse-ditto/ditto-javascript-client-dom",
  "version": "3.7.0",
  "description": "DOM implementation of Eclipse Ditto JavaScript API to be used in browsers.",
  "author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
  "repository": "https://github.com/eclipse-ditto/ditto-clients",
  "license": "EPL-2.0",
  "module": "./dist/index.js",
  "main": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/prettier": "<2.6.0",
    "barrelsby": "^2.1.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.6",
    "tslint": "^5.18.x",
    "tslint-config-airbnb": "^5.11.1",
    "tslint-sonarts": "^1.8.0",
    "typescript": "^3.9.10"
  },
  "scripts": {
    "build": "npm run build:tsc && npm run build:barrels",
    "build:tsc": "tsc -p tsconfig.json",
    "build:barrels": "npm run build:barrels:generate-sources && npm run build:barrels:copyright-header && npm run build:barrels:compile",
    "build:barrels:generate-sources": "barrelsby --config barrelsby.json",
    "build:barrels:copyright-header": "tslint --config tslint.json --project tsconfig-barrels.json --quiet --fix dist/index.ts",
    "build:barrels:compile": "tsc --project tsconfig-barrels.json",
    "lint": "tslint --project tsconfig.json",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "ditto",
    "eclipse",
    "eclipseditto",
    "client",
    "iot",
    "dom",
    "browser"
  ],
  "gitHead": "16e57f19db9608418a220b19cb8594047d47480e"
}
