context7
Version:
CLI to query the Context7 API
27 lines (26 loc) • 475 B
JSON
{
"name": "context7",
"version": "1.0.3",
"description": "CLI to query the Context7 API",
"main": "index.js",
"type": "module",
"bin": {
"c7": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"context7",
"api"
],
"author": "Quint",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"node-fetch": "^2.6.7",
"ora": "^8.2.0",
"yargs": "^17.7.2"
}
}