UNPKG

ngx-restful-client

Version:

The ultimate Angular library to exquisitely declare and implement the REST APIs you'll use in your application.

72 lines (71 loc) 1.87 kB
{ "name": "ngx-restful-client", "version": "8.0.0-rc.5", "description": "The ultimate Angular library to exquisitely declare and implement the REST APIs you'll use in your application.", "main": "rest/index.js", "types": "rest/index.d.ts", "files": [ "rest/**/!(*.tsbuildinfo)" ], "scripts": { "test": "jest", "clean": "rm -rf offline && rm -rf dist/rest && rm -rf rest", "build:publish": "npm run clean && tsc && npm publish", "build": "tsc", "move:dist": "mkdir offline && cp package.json ./offline && mv rest ./offline", "build:static": "npm run clean && tsc && npm run move:dist && tar -czvf ./ngx-restful-client@8.0.0-rc.5.tar.gz -C offline ." }, "repository": { "type": "git", "url": "https://github.com/leandrobarcellos/ngx-restful-client" }, "keywords": [ "angular", "miscellaneous", "typescript", "javascript", "utilities", "tsc", "js", "http-client", "http", "api", "restful", "restful-api", "restful-client", "restful-resource", "api-client", "rest", "rest-api", "rest-client", "rest-resource", "resource", "easy" ], "author": "Leandro Marinho Barcellos", "license": "MIT", "devDependencies": { "@angular/common": "~8.2.14", "@angular/core": "~8.2.14", "@typescript-eslint/eslint-plugin": "~4.15.2", "@typescript-eslint/parser": "~4.15.2", "eslint": "~7.32.0", "eslint-config-prettier": "~8.1.0", "eslint-plugin-prettier": "~3.3.1", "prettier": "~2.2.1", "rxjs": "~6.4.0", "zone.js": "~0.9.1" }, "dependencies": { "tslib": "~1.9.0", "typescript": "~3.5.3" }, "peerDependencies": { "@angular/common": "^8.2.14", "@angular/core": "^8.2.14", "rxjs": "^6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1", "typescript": "^3.5.3" } }