{
  "name": "@cortec/server",
  "version": "1.9.3",
  "description": "<description>",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "git@github.com:saswatds/cortec.git",
  "author": "Saswat Das <saswatds@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/saswatds/cortec/blob/main/README.md",
  "scripts": {
    "depcheck": "depcheck --ignore-patterns=dist",
    "build": "tsc --build",
    "lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=10",
    "test": "jest --passWithNoTests"
  },
  "files": [
    "./dist"
  ],
  "dependencies": {
    "@cortec/config": "2.4.1",
    "@cortec/types": "1.15.0"
  },
  "typedoc": {
    "entryPoint": "./src/index.ts",
    "tsconfig": "./tsconfig.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4328c0fe2a27f2e77d019b77ca5455b31605fa23"
}
