{
  "name": "@tdb/web",
  "version": "7.2.43",
  "description": "Common condiguration for serving a web-site and testing web-based UI components.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "prod": "export NODE_ENV=production && yarn build:next && yarn start",
    "start": "node ./lib/example/server.nextjs",
    "watch": "nodemon ./lib/example/server.express -w lib",
    "dev": "node ./lib/example --dev",
    "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",
    "now-build": "echo no-op",
    "build": "sh ./node_modules/@tdb/typescript/sh/build.sh",
    "build:next": "yarn build && next build ./lib",
    "deploy": "sh ./sh/deploy.sh",
    "prepare": "yarn run lint && yarn test && yarn run build"
  },
  "dependencies": {
    "@tdb/util": "1.9.16",
    "@tdb/util.server": "1.3.51",
    "@types/next": "7.0.5",
    "bowser": "1.9.3",
    "image-size": "0.6.3",
    "next": "7.0.2",
    "remark-html": "9.0.0",
    "remark-parse": "6.0.3",
    "unified": "7.1.0"
  },
  "devDependencies": {
    "@tdb/typescript": "3.2.2",
    "@tdb/ui.test": "4.0.50",
    "@types/image-size": "0.0.29"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/philcockfield/teamdb"
  },
  "license": "UNLICENSED"
}
