UNPKG

@loopback/build

Version:

A set of common scripts and default configurations to build LoopBack 4 or other TypeScript modules

52 lines (51 loc) 1.5 kB
{ "name": "@loopback/build", "description": "A set of common scripts and default configurations to build LoopBack 4 or other TypeScript modules", "version": "12.0.6", "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.2", "glob": "^11.0.3", "lodash": "^4.17.21", "mocha": "^11.7.5", "nyc": "^17.1.0", "prettier": "^3.6.2", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", "typescript": "~5.2.2" }, "gitHead": "ba6b2836b1bec5e65d35a7d901e4601efb0f9676" }