{
  "name": "@tdb/state",
  "version": "1.1.152",
  "description": "A strongly typed Observable adaptation of the Redux pattern.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "sh ./node_modules/@tdb/test/sh/test.sh",
    "tdd": "yarn run test -- --reporter min --watch",
    "lint": "sh ./node_modules/@tdb/typescript/sh/lint.sh",
    "build": "sh ./node_modules/@tdb/typescript/sh/build.sh",
    "prepare": "yarn run lint && yarn test && yarn run build"
  },
  "dependencies": {
    "@tdb/util": "1.9.38"
  },
  "devDependencies": {
    "@tdb/test": "1.2.20",
    "@tdb/typescript": "3.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/philcockfield/teamdb"
  },
  "files": [
    "lib",
    "src"
  ],
  "license": "UNLICENSED"
}
