{
  "name": "@inest/nestjs-nacos",
  "version": "2.0.2",
  "description": "基于Nestjs集成Nacos，实现配置中心、服务发现等功能",
  "keywords": [
    "nest",
    "nestjs",
    "nacos",
    "config",
    "configuration",
    "discovery"
  ],
  "author": "iCNNN",
  "homepage": "https://github.com/i-CNNN/nestx-repo",
  "bugs": {
    "url": "https://github.com/i-CNNN/nestx-repo/issues"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i-CNNN/nestx-repo.git"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "build:watch": "tsc --build tsconfig.build.json --watch",
    "test": "jest"
  },
  "gitHead": "6314d920438a68cb0fc53a4b4578821742968ed4",
  "dependencies": {
    "axios": "^1.4.0",
    "strip-json-comments": "^3.0.1"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.x",
    "@nestjs/core": "^10.x"
  }
}
