{
  "name": "@files-stack/module-server",
  "version": "4.3.4",
  "description": "Sample core for higher packages to depend on",
  "license": "PROPRIETARY",
  "author": "CDMBase LLC",
  "type": "module",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "npm run build:clean && npm run build:lib",
    "build:clean": "rimraf lib",
    "build:lib": "rollup -c rollup.config.mjs",
    "build:lib:watch": "npm run build:lib -- --watch",
    "jest": "./node_modules/.bin/jest",
    "prepublish": "npm run build",
    "test": "cross-env ENV_FILE=../../config/test/test.env jest",
    "test:debug": "npm test -- --runInBand",
    "test:watch": "npm test -- --watch",
    "watch": "npm run build:lib:watch"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "modulePaths": [
      "node_modules"
    ],
    "roots": [
      "src"
    ],
    "testEnvironment": "node",
    "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$",
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
    }
  },
  "dependencies": {
    "@files-stack/core": "^4.3.1",
    "@files-stack/hemera-files": "^4.3.3",
    "@files-stack/microservice-nats": "^4.3.3",
    "@files-stack/server-core": "^4.3.3"
  },
  "peerDependencies": {
    "graphql-tag": ">=2.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "169a7183e046eb05e803e2eeee5758ebb0396515",
  "typescript": {
    "definition": "lib/index.d.ts"
  }
}
