@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
JSON
{
"name": "@loopback/build",
"description": "A set of common scripts and default configurations to build LoopBack 4 or other TypeScript modules",
"version": "10.1.3",
"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": "16 || 18 || 20"
},
"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": "^14.0.4",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.50",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"eslint": "^8.48.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.4",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
},
"gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d"
}