UNPKG

850 BJSONView Raw
1{
2 "name": "rxfeign",
3 "version": "1.0.33",
4 "description": "to make request with annotations",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "repository": {
8 "url": "https://github.com/Juandavi1/rxfeing.git",
9 "type": "git"
10 },
11 "files": [
12 "dist/**/*"
13 ],
14 "keywords": [
15 "ts",
16 "request",
17 "http",
18 "annotations",
19 "server",
20 "client",
21 "nodejs",
22 "js",
23 "typescript",
24 "decorator",
25 "es6",
26 "axios"
27 ],
28 "scripts": {
29 "test": "echo \"Error: no test specified\" && exit 1",
30 "prepublish": "tsc && gulp"
31 },
32 "author": "juan david correa",
33 "license": "ISC",
34 "dependencies": {
35 "reflect-metadata": "^0.1.13",
36 "rxjs": "^6.4.0",
37 "typescript": "^3.3.1"
38 },
39 "devDependencies": {
40 "gulp": "^3.8",
41 "gulp-uglify-es": "^1.0.4",
42 "axios": "^0.18.0"
43 }
44}