UNPKG

@lcgroup.core/api

Version:

Angular HttpClient simplifier

68 lines (67 loc) 2.15 kB
{ "name": "@lcgroup.core/api", "version": "8.0.0", "ngPackage": { "lib": { "entryFile": "src/index.ts" } }, "np": { "yolo": true, "yarn": false, "contents": "./dist", "2fa": false }, "author": { "name": "Sergey Romanchuk" }, "maintainers": [ { "email": "rezety@gmail.com", "name": "Sergey Romanchuk" } ], "publishConfig": { "access": "public" }, "homepage": "http://srv-rep.lime.local:10000/Packages/protoarch", "repository": { "type": "git", "url": "git+http://fomina.oa@srv-rep.lime.local:10000/Packages/protoarch" }, "keywords": [ "api", "angular", "http", "HttpClient", "Rest api" ], "license": "MIT", "description": "Angular HttpClient simplifier", "engines": { "node": ">= 14.0.0" }, "scripts": { "build": "npx ng-packagr -p package.json", "clean": "npm run clean:build && npm run clean:tests", "clean:build": "npm run rimraf -- dist build", "clean:tests": "npm run rimraf -- coverage && npm run rimraf -- tests/**/*.+{js,js.map,d.ts,metadata.json}", "copy:assets": "npx cpy -- CHANGELOG.md dist", "conventional-changelog": "conventional-changelog", "changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s", "changelog:add": "git add --force CHANGELOG.md package.json", "changelog:commit": "git commit -m \"Updated CHANGELOG.md\"", "version": "npx conventional-changelog -p angular -i CHANGELOG.md -s -r && npm run build && npm run copy:assets && npm run changelog:add && npm run changelog:commit", "release": "npx np", "test": "npx ng test" }, "dependencies": { "tslib": "^2.1.0" }, "devDependencies": {}, "peerDependencies": { "@angular/common": ">=10.0.0 <14.0.0", "@angular/core": ">=10.0.0 <14.0.0", "rxjs": ">=6.5.3 <8.0.0" } }