forked from WebScrapingAPI/rand-user-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.1 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
{
"name": "rand-user-agent",
"version": "2.0.82",
"description": "This package is for getting latest agents and randomize it",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "",
"build": "shx rm -rf ./dist/* && tsc"
},
"engines": {
"node": ">=14.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebScrapingAPI/rand-user-agent.git"
},
"type": "module",
"keywords": [
"user-agent",
"user",
"agent",
"nodejs",
"agents",
"user-agents",
"random",
"random-user-agent"
],
"author": "WebScrapingAPI",
"license": "ISC",
"bugs": {
"url": "https://github.com/WebScrapingAPI/rand-user-agent/issues"
},
"files": [
"dist",
"data"
],
"homepage": "https://github.com/WebScrapingAPI/rand-user-agent#readme",
"devDependencies": {
"@types/node": "^18.14.1",
"@types/pg": "^8.6.6",
"device-detector-js": "^2.2.10",
"dotenv": "^10.0.0",
"mysql2": "^3.1.2",
"pg": "^8.7.1",
"typescript": "^4.9.5",
"ua-parser-js": "^1.0.2",
"shx": "^0.3.4"
}
}