-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 719 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 719 Bytes
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
{
"name": "uadetector",
"version": "2.5.0",
"description": "Focus on useragent analysing.",
"keywords": [
"useragent"
],
"bin": {
"uadetect": "./bin/run.js"
},
"author": {
"name": "Mr.Luo",
"email": "heeroluo@126.com",
"url": "https://mrluo.life/"
},
"repository": {
"type": "git",
"url": "https://github.com/heeroluo/uadetector"
},
"scripts": {
"lint": "eslint **/*.js --quiet"
},
"bugs": {
"url": "https://github.com/heeroluo/uadetector/issues"
},
"homepage": "https://github.com/heeroluo/uadetector#readme",
"license": "LGPL",
"engines": {
"node": ">=14.21.0"
},
"devDependencies": {
"@types/node": "^22.7.5",
"eslint": "^9.12.0",
"eslint-plugin-sonarjs": "^2.0.3"
}
}