{
  "name": "@davej/todesktop-shared-types",
  "version": "7.10.0",
  "description": "",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm ./lib/* && tsc",
    "prepublishOnly": "npm run build"
  },
  "author": "Dave Jeffery <dave@davejeffery.com>",
  "license": "UNLICENSED",
  "dependencies": {
    "@types/debug": "^4.1.1",
    "@types/node": "^13.11.1",
    "@types/yup": "^0.26.9",
    "is-regex": "^1.0.4",
    "yup": "^0.26.10"
  },
  "devDependencies": {
    "@adam-lynch/app-builder-lib": "^22.8.0-3",
    "tslint": "^5.12.1",
    "tslint-config-prettier": "1.18.0",
    "tslint-eslint-rules": "5.4.0",
    "tslint-react": "^3.6.0",
    "tslint-react-hooks": "1.1.0",
    "typescript": "^3.4.5"
  }
}
