{ "name": "iniclaw", "version": "0.1.0", "description": "ini_claw by Inmodel Labs — run OpenClaw inside OpenShell with multi-provider AI inference", "author": "Inmodel Labs", "license": "Apache-2.0", "bin": { "iniclaw": "./bin/iniclaw.js" }, "scripts": { "test": "node --test test/*.test.js", "prepublishOnly": "cd iniclaw && npm install --ignore-scripts && npm run build" }, "dependencies": { "inquirer": "^9.2.14", "openclaw": "2026.3.11" }, "files": [ "bin/", "iniclaw/dist/", "iniclaw/openclaw.plugin.json", "iniclaw/package.json", "iniclaw-blueprint/", "scripts/", "Dockerfile", ".dockerignore" ], "engines": { "node": ">=20.0.0" }, "repository": { "type": "git", "url": "https://github.com/Inmodel/ini_claw.git" } }