{
  "name": "@tosee/config",
  "version": "1.1.8",
  "description": "",
  "main": "./dist/lib/index.js",
  "types": "./dist/lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullstackoverflow/config"
  },
  "scripts": {
    "build": "tsc",
    "coverage": "nyc --reporter=lcov --reporter=html npm run test && nyc report",
    "test": "cross-env NODE_ENV=test CONFIG=test/config alsatian test/index.ts",
    "start": "node test/index.js",
    "codecov": "codecov",
    "postversion": "git push --tags",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "nyc": {
    "extends": "@istanbuljs/nyc-config-typescript",
    "extension": [
      ".ts"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "author": "tosee",
  "license": "MIT",
  "dependencies": {
    "@tosee/log": "^1.4.2",
    "chokidar": "^3.6.0",
    "reflect-metadata": "^0.2.2"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/node": "^20.12.12",
    "alsatian": "^3.2.1",
    "codecov": "^3.8.2",
    "commitizen": "^4.3.0",
    "cross-env": "^7.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "nyc": "^15.1.0",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}
