-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.48 KB
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
{
"name": "agris",
"version": "1.1.1",
"description": "A terminal-based web browser optimized for AI assistants and CLI usage",
"main": "src/index.js",
"bin": {
"agris": "bin/agris.js"
},
"scripts": {
"test": "node test/run-all-tests.js",
"start": "node src/index.js",
"test:bot": "node test/bot-detection-test.js",
"test:api": "node test/api-methods-test.js",
"test:format": "node test/output-format-test.js",
"test:docs": "node test/documentation-test.js",
"prepublishOnly": "npm test"
},
"keywords": [
"browser",
"terminal",
"cli",
"http",
"web",
"ai",
"documentation",
"api"
],
"author": {
"name": "Salvis Cerins",
"email": "runcitis@gmail.com",
"url": "https://github.com/salviz"
},
"contributors": [
{
"name": "Claude (Anthropic)",
"url": "https://anthropic.com"
}
],
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salviz/agris.git"
},
"bugs": {
"url": "https://github.com/salviz/agris/issues"
},
"homepage": "https://github.com/salviz/agris#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"iconv-lite": "^0.6.3",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"socks-proxy-agent": "^7.0.0",
"random-useragent": "^0.5.0",
"tough-cookie": "^4.1.3",
"fs-extra": "^11.1.1",
"fs-extra": "^11.1.1"
},
"devDependencies": {}
}