{
  "name": "thorta",
  "version": "1.0.4",
  "description": "OpenCode preconfigured with the THORTA development environment, agents, and skills",
  "main": "bin/cli.js",
  "bin": {
    "opencode+T": "bin/cli.js",
    "thorta": "bin/cli.js"
  },
  "scripts": {
    "install": "node bin/cli.js --sync",
    "postinstall": "node bin/cli.js --sync",
    "build": "echo Compilando codigo do projeto THORTA...",
    "lint": "echo Verificando regras de estilo do codigo THORTA...",
    "test": "echo Executando testes automatizados da suite THORTA...",
    "start": "npx http-server -p 8080",
    "thorta": "node agents/build-t-agent.js && node agents/plan-t-agent.js",
    "thorta-build": "node agents/build-t-agent.js",
    "thorta-research": "node agents/plan-t-agent.js",
    "thorta-integration": "node agents/build-t-agent.js",
    "release": "git add . && git commit -m \"chore: update and release version\" && npm version patch && git push && git push --tags && npm publish"
  },
  "dependencies": {
    "opencode-ai": "latest"
  },
  "author": "THORTA",
  "license": "MIT"
}
