{
  "name": "nstarter-config",
  "version": "0.4.0",
  "description": "nstarter 配置加载管理器",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jiandaoyun/nstarter.git",
    "directory": "packages/config"
  },
  "scripts": {
    "build": "rimraf dist && tsc --build tsconfig.json && tsc --build tsconfig.esm.json",
    "eslint": "eslint --ext .js,.ts --config ../../.eslintrc.js ./src",
    "eslint:html": "npm run eslint -- --output-file ./lint/eslint.html --format html",
    "test": "nyc --nycrc-path ../../.nycrc mocha --config ../../.mocharc.yml",
    "clean": "rimraf dist && rimraf lint && rimraf coverage && rimraf .nyc_output",
    "upload": "npm-publish ./"
  },
  "exports": {
    ".": {
      "default": "./dist/cjs/index.js",
      "types": "./dist/types/index.d.ts",
      "development": "./src/index.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "dependencies": {
    "chokidar": "^4.0.3",
    "js-yaml": "4.1.0",
    "lodash": "^4.17.21",
    "nconf": "0.13.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.17.20",
    "@types/nconf": "^0.10.7"
  }
}
