-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.48 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "request-details",
"version": "1.0.6",
"description": "show request details",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"/types"
],
"author": "sajjadmrx",
"license": "ISC",
"keywords": [
"request",
"details",
"http",
"ip",
"request-details",
"express",
"os",
"browser",
"node",
"ts-ip"
],
"homepage": "https://sajjadmrx.github.io/request-details/",
"bugs": {
"url": "https://github.com/sajjadmrx/request-details/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sajjadmrx/request-details.git"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^17.0.23",
"@types/supertest": "^2.0.12",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"clean-jsdoc-theme": "^4.2.7",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jsdoc": "^4.0.2",
"jsdoc-plugin-typescript": "^2.2.1",
"prettier": "^2.8.7",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
"dependencies": {
"@types/express": "^4.17.13",
"axios": "^0.26.1",
"express": "^4.17.3",
"iplocate": "^1.0.7",
"node-iplocate": "^1.0.3",
"ua-parser-js": "^1.0.2"
},
"scripts": {
"test": "jest",
"build": "tsc && npm run doc",
"doc": "jsdoc -c jsdoc.json"
}
}