Files
openclaw-backups/skills/freeapi/package.json

29 lines
558 B
JSON

{
"name": "freeapi",
"version": "1.0.0",
"description": "sovereign api client - no middleware, no data harvesting, just direct spec-driven execution.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"inquirer": "^9.2.12",
"yaml": "^2.3.1"
},
"author": "xethis",
"license": "MIT",
"private": false,
"keywords": [
"api",
"openapi",
"swagger",
"client",
"privacy",
"no-middleware",
"agent",
"openclaw"
]
}