UNPKG

787 BJSONView Raw
1{
2 "name": "rxfeign",
3 "version": "1.0.6",
4 "description": "to make request with annotations",
5 "main": "dis/index.js",
6 "types": "dist/index.d.ts",
7 "repository": {
8 "url": "https://github.com/Juandavi1/rxfeing.git",
9 "type": "git"
10 },
11 "keywords": [
12 "ts",
13 "request",
14 "http",
15 "annotations"
16 ],
17 "scripts": {
18 "test": "echo \"Error: no test specified\" && exit 1",
19 "prepublish": "tsc"
20 },
21 "author": "juan david correa",
22 "license": "ISC",
23 "dependencies": {
24 "@akanass/rx-http-request": "^3.1.0",
25 "gulp-cli": "^2.0.1",
26 "reflect-metadata": "^0.1.13",
27 "rxjs": "^6.4.0",
28 "typescript": "^3.3.1",
29 "uglify-js": "^3.4.9"
30 },
31 "devDependencies": {
32 "gulp": "^4.0.0",
33 "gulp-uglify": "^3.0.1",
34 "pump": "^3.0.0"
35 }
36}