{
  "_help": {
    "npm run build": "build to dist",
    "npm login": "before publishing",
    "npm publish": "publish to npm"
  },
  "name": "dd-rx-state",
  "version": "1.1.0",
  "description": "Redux-like state handling, but created with rxjs and allowing for less but typesafe boilerplate with typescript.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "tslint -p .",
    "test:w": "jest --watchAll",
    "test": "jest"
  },
  "jest": {
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.spec.json"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rlexa/dd-rx-state.git"
  },
  "keywords": [
    "rxjs",
    "typescript"
  ],
  "author": "Alex Rempel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rlexa/dd-rx-state/issues"
  },
  "homepage": "https://github.com/rlexa/dd-rx-state#readme",
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "jest": "^26.0.1",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.0",
    "tslint": "^6.1.2",
    "typescript": "~3.8.3"
  },
  "dependencies": {
    "rxjs": "^6.5.5"
  }
}
