{
  "name": "@dws/muster-observable",
  "version": "6.7.2",
  "description": "Muster Observable",
  "module": "./esm/index.js",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist",
    "/esm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dwstech/muster.git"
  },
  "homepage": "https://dwstech.github.io/muster/",
  "bugs": {
    "url": "https://github.com/dwstech/muster/issues"
  },
  "scripts": {
    "clean": "del-cli ./dist ./esm",
    "prebuild": "yarn clean",
    "prebuild:full": "yarn clean",
    "build": "yarn build:dist",
    "build:full": "yarn build:dist && yarn build:esm",
    "build:dist": "tsc",
    "build:esm": "tsc -p tsconfig.esm.json"
  },
  "author": "DWS Technology",
  "license": "MIT",
  "devDependencies": {
    "del-cli": "^1.1.0",
    "typescript": "3.3.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "gitHead": "40d52b3e0b93321c61c4870ac136570a410e3e08"
}
