{
  "name": "@rushstack/node-core-library",
  "version": "3.58.0",
  "description": "Core libraries that every NodeJS toolchain project should use",
  "main": "lib/index.js",
  "typings": "dist/node-core-library.d.ts",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/microsoft/rushstack.git",
    "type": "git",
    "directory": "libraries/node-core-library"
  },
  "dependencies": {
    "colors": "~1.2.1",
    "fs-extra": "~7.0.1",
    "import-lazy": "~4.0.0",
    "jju": "~1.4.0",
    "resolve": "~1.22.1",
    "semver": "~7.3.0",
    "z-schema": "~5.0.2"
  },
  "devDependencies": {
    "@rushstack/heft": "0.49.3",
    "@rushstack/heft-node-rig": "1.11.14",
    "@types/fs-extra": "7.0.0",
    "@types/heft-jest": "1.0.1",
    "@types/jju": "1.4.1",
    "@types/node": "14.18.36",
    "@types/resolve": "1.20.2",
    "@types/semver": "7.3.5",
    "@rushstack/eslint-config": "3.2.0"
  },
  "peerDependencies": {
    "@types/node": "*"
  },
  "peerDependenciesMeta": {
    "@types/node": {
      "optional": true
    }
  },
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft build --clean",
    "_phase:test": "heft test --no-build"
  }
}