-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "feignrx",
"version": "0.0.2",
"description": "Request with annotations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"url": "https://github.com/Juandavi1/rxfeing.git",
"type": "git"
},
"files": [
"dist/**/*"
],
"keywords": [
"ts",
"request",
"http",
"annotations",
"server",
"client",
"nodejs",
"js",
"typescript",
"decorator",
"es6",
"axios",
"request",
"https"
],
"scripts": {
"test": "jest --config test/jest-e2e.json",
"prepublish": "tsc"
},
"author": "juan david correa",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.4.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.17.0",
"ts-jest": "^24.1.0",
"typescript": "^3.3.1",
"@types/jest": "^24.0.22",
"jest": "^24.9.0"
}
}