{
  "name": "@loopback/build",
  "description": "A set of common scripts and default configurations to build LoopBack 4 or other TypeScript modules",
  "version": "12.0.10",
  "license": "MIT",
  "bin": {
    "lb-tsc": "./bin/compile-package.js",
    "lb-ttsc": "./bin/compile-package.js",
    "lb-eslint": "./bin/run-eslint.js",
    "lb-prettier": "./bin/run-prettier.js",
    "lb-mocha": "./bin/run-mocha.js",
    "lb-nyc": "./bin/run-nyc.js",
    "lb-clean": "./bin/run-clean.js"
  },
  "main": "index.js",
  "author": "IBM Corp. and LoopBack contributors",
  "copyright.owner": "IBM Corp. and LoopBack contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-next.git",
    "directory": "packages/build"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "test": "npm run mocha",
    "mocha": "node bin/run-mocha --timeout 30000 \"test/integration/*.js\" \"test/unit/*.js\""
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@loopback/eslint-config": "^16.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^16.18.126",
    "cross-spawn": "^7.0.6",
    "debug": "^4.4.3",
    "eslint": "^8.57.1",
    "fs-extra": "^11.3.4",
    "glob": "^11.1.0",
    "lodash": "^4.17.23",
    "mocha": "^11.7.5",
    "nyc": "^17.1.0",
    "prettier": "^3.8.1",
    "rimraf": "^5.0.10",
    "source-map-support": "^0.5.21",
    "typescript": "~5.2.2"
  },
  "gitHead": "ae59e33540f12a77c652749c8266bb007302c24e"
}
