{
  "name": "@cryptovoxels/app-basics",
  "version": "3.0.3",
  "description": "basic utilities for running an app in CV",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist/*",
    "tsc": "tsc",
    "build": "npm-run-all clean tsc",
    "prepublishOnly": "tsc",
    "test": "tape -r ts-node/register ./tests/**/*.ts",
    "test:ci": "tape -r ts-node/register ./tests/**/*.ts | tap-xunit",
    "test:watch": "tape-watch -r ts-node/register ./tests/**/*.ts",
    "prettier": "prettier --write .",
    "prettier:check": "prettier --check ."
  },
  "repository": {
    "type": "git",
    "url": "github.com/cryptovoxels/app-basics"
  },
  "author": "CV Team",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.1",
    "express-prom-bundle": "^6.3.6",
    "express-winston": "^4.1.0",
    "logdna-winston": "^4.0.1",
    "pg": "^8.6.0",
    "prom-client": "^13.2.0",
    "winston": "^3.3.3"
  },
  "devDependencies": {
    "@types/express": "^4.17.11",
    "@types/node": "^15.6.0",
    "@types/pg": "^8.6.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.3.0",
    "rimraf": "^3.0.2",
    "tap-xunit": "^2.4.1",
    "tape": "^5.2.2",
    "tape-watch": "^2.3.0",
    "ts-node-dev": "^1.1.6",
    "typescript": "^4.2.4"
  }
}
