Files
oc/package.json
T
only-cli 21f9955e15 release: 0.5.2
Version 0.5.2 in package.json, the lockfile, the plugin manifest, the
marketplace entry, and the npx pins inside the skill. CHANGELOG covers one
change: oc reddit reads the Atom feeds on www.reddit.com now that old.reddit.com
is behind a login and the www .json views answer 403 (#52, #53).
2026-09-04 08:47:02 -04:00

52 lines
997 B
JSON

{
"name": "@only-cli/oc",
"version": "0.5.2",
"description": "Turn websites into a compact CLI so AI agents can browse without burning tokens.",
"type": "module",
"bin": {
"oc": "src/cli.js"
},
"files": [
"src",
"clis",
"skills"
],
"engines": {
"node": ">=20"
},
"scripts": {
"test": "node --test"
},
"keywords": [
"cli",
"ai-agents",
"web-browsing",
"token-efficient",
"claude",
"claude-code",
"chatgpt",
"codex",
"llm",
"scraping",
"html-to-markdown",
"agent-tools"
],
"author": "only-cli (https://github.com/only-cli)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/only-cli/oc.git"
},
"homepage": "https://github.com/only-cli/oc#readme",
"bugs": {
"url": "https://github.com/only-cli/oc/issues"
},
"dependencies": {
"linkedom": "^0.18.12",
"turndown": "^7.2.4"
},
"optionalDependencies": {
"impers": "^0.1.0"
}
}