-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.41 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.41 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
{
"name": "@knownagents/sdk",
"version": "1.10.0",
"description": "The official Node.js SDK for Known Agents: AI agent analytics (bot traffic), LLM referral tracking, automatic robots.txt, agent verification",
"publishConfig": {
"access": "public"
},
"keywords": [
"ai analytics",
"bot traffic",
"agent analytics",
"ai agents",
"ai scrapers",
"ai crawlers",
"ai bots",
"bot detection",
"crawler detection",
"llm analytics",
"robots.txt",
"automatic robots.txt",
"robots.txt generator",
"web scraping",
"ai blocking",
"bot blocking",
"agent verification",
"bot verification",
"verify ai agents",
"web bot auth",
"http signatures",
"security",
"typescript",
"express middleware"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knownagents/node-sdk.git"
},
"author": "Known Agents <contact@knownagents.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/knownagents/node-sdk/issues"
},
"homepage": "https://github.com/knownagents/node-sdk#readme",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/node": "^22.19.17",
"typescript": "^5.8.2"
}
}