@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
53 lines (52 loc) • 1.51 kB
JSON
{
"name": "@broadcom/endevor-bridge-for-git-rest-api",
"version": "0.2.21",
"description": "Endevor Bridge for Git Rest client",
"author": "Broadcom",
"license": "SEE LICENSE IN LICENSE",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist"
],
"keywords": [
"endevor",
"bridge",
"git",
"mainframe",
"CA",
"brightside",
"ebg",
"api"
],
"dependencies": {
"follow-redirects": "^1.15.1",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"rxjs": "7.4.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "^17.0.42",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.5"
},
"scripts": {
"build-all": "npm install && npm run clean && npm run build",
"build": "rimraf dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"clean": "tsc --build --clean",
"pack": "npm pack",
"eslint-restAPI": "eslint ./src --ext .ts",
"eslint-restAPI:build": "eslint ./src --ext .ts --output-file eslint.xml --format checkstyle",
"eslint-restAPI:fix": "eslint ./src --fix"
}
}