@theaiinc/torch
Version:
Standalone CLI for the Coding Agent
45 lines (44 loc) • 876 B
JSON
{
"name": "@theaiinc/torch",
"version": "0.0.44",
"description": "Standalone CLI for the Coding Agent",
"author": "The AI Inc",
"license": "UNLICENSED",
"bin": {
"torch": "./cli.js"
},
"scripts": {
"build": "node scripts/build.js",
"fix-ssl": "./scripts/fix-pip-ssl.sh",
"publish:platform": "npm publish --workspace=platform-pkg --access public",
"postinstall": "node scripts/postinstall.js"
},
"files": [
"cli.js",
"scripts/postinstall.js",
"binaries/"
],
"engines": {
"node": ">=14"
},
"keywords": [
"ai",
"coding",
"agent",
"cli"
],
"optionalDependencies": {
"@theaiinc/torch-win32-x64": "0.0.44",
"@theaiinc/torch-darwin-arm64": "0.0.44",
"@theaiinc/torch-linux-x64": "0.0.44"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}