{
  "name": "@curium.rocks/data-emitter-base",
  "version": "0.55.0",
  "description": "A collection of typescript class interfaces and base classes that specify generic contracts with things that emit data",
  "main": "build/src/lib.js",
  "scripts": {
    "test": "jest --coverage --testPathPattern='test/.*\\.spec\\.ts'",
    "build": "node_modules/typescript/bin/tsc --project ./",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint --ext .ts src --fix",
    "clean": "rm -fr build",
    "prepare": "npm run build",
    "doc": "typedoc src/lib.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/curium-rocks/data-emitter-base.git"
  },
  "keywords": [
    "data",
    "emitter",
    "typescript"
  ],
  "devDependencies": {
    "@jest/globals": "29.2.2",
    "@types/node": "18.15.0",
    "@typescript-eslint/eslint-plugin": "5.41.0",
    "@typescript-eslint/parser": "5.41.0",
    "eslint": "8.36.0",
    "eslint-config-google": "0.14.0",
    "eslint-config-prettier": "8.7.0",
    "eslint-config-standard": "17.0.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-promise": "6.1.1",
    "jest": "29.2.2",
    "madge": "6.0.0",
    "rxjs": "7.5.7",
    "ts-jest": "29.0.5",
    "ts-node": "10.9.1",
    "typedoc": "0.23.26",
    "typescript": "4.9.5"
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "exclude": [
      ".eslintrc.js",
      "docs/**",
      "coverage/**",
      "**/*.d.ts",
      "test/**"
    ],
    "reporter": [
      "lcov",
      "text"
    ],
    "all": true
  },
  "author": "",
  "license": "MIT"
}
