cmd
Version:
Command Code — Coding Agent with taste (aliased to command-code).
35 lines • 623 B
JSON
{
"name": "cmd",
"version": "0.3.0",
"description": "Command Code — Coding Agent with taste (aliased to command-code).",
"type": "module",
"main": "index.js",
"bin": {
"cmd": "./bin.js"
},
"keywords": [
"command",
"command code",
"cmd",
"langbase",
"coding agent",
"ai"
],
"author": {
"name": "Command Code",
"url": "https://commandcode.ai/docs"
},
"license": "UNLICENSED",
"files": [
"index.js",
"bin.js"
],
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"command-code": "latest"
},
"scripts": {}
}