mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-27 01:06:23 +02:00
chore: rebrand webclaw to noxa
This commit is contained in:
parent
a4c351d5ae
commit
8674b60b4e
86 changed files with 781 additions and 2121 deletions
42
packages/create-noxa/package.json
Normal file
42
packages/create-noxa/package.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"name": "create-noxa",
|
||||
"version": "0.1.3",
|
||||
"mcpName": "io.github.jmagar/noxa",
|
||||
"description": "Set up noxa MCP server for AI agents (Claude, Cursor, Windsurf, OpenCode, Codex, Antigravity)",
|
||||
"bin": {
|
||||
"create-noxa": "./index.mjs"
|
||||
},
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"noxa",
|
||||
"mcp",
|
||||
"mcp-server",
|
||||
"ai",
|
||||
"ai-agent",
|
||||
"scraping",
|
||||
"web-scraping",
|
||||
"scraper",
|
||||
"crawler",
|
||||
"extract",
|
||||
"markdown",
|
||||
"llm",
|
||||
"claude",
|
||||
"cursor",
|
||||
"windsurf",
|
||||
"opencode",
|
||||
"codex",
|
||||
"antigravity",
|
||||
"tls-fingerprint",
|
||||
"cloudflare-bypass"
|
||||
],
|
||||
"author": "noxa",
|
||||
"license": "AGPL-3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jmagar/noxa"
|
||||
},
|
||||
"homepage": "https://noxa.io",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue