mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
The GitHub repo is renamed from oc to only-cli so the repo, the npm package, and the skills.sh install path all share one name.
45 lines
878 B
JSON
45 lines
878 B
JSON
{
|
|
"name": "only-cli",
|
|
"version": "0.1.0",
|
|
"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",
|
|
"scraping",
|
|
"tokens"
|
|
],
|
|
"author": "only-cli (https://github.com/only-cli)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/only-cli/only-cli.git"
|
|
},
|
|
"homepage": "https://github.com/only-cli/only-cli#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/only-cli/only-cli/issues"
|
|
},
|
|
"dependencies": {
|
|
"linkedom": "^0.18.12",
|
|
"turndown": "^7.2.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"impers": "^0.1.0"
|
|
}
|
|
}
|