UNPKG

humanlayer

Version:

HumanLayer, but on your command-line.

63 lines (62 loc) 1.7 kB
{ "name": "humanlayer", "version": "0.17.2-npm", "description": "HumanLayer, but on your command-line.", "type": "module", "bin": { "humanlayer": "dist/index.js", "hlyr": "dist/index.js", "codelayer": "dist/index.js", "codelayer-nightly": "dist/index.js" }, "files": [ "dist/**/*", ".claude/**/*", "README.md" ], "scripts": { "build": "tsup", "prepack": "npm run build && rimraf .claude && mkdir -p .claude && cp -r ../.claude/commands ../.claude/agents ../.claude/settings.json .claude/", "postpack": "rm -rf .claude", "build:watch": "tsup --watch", "dev": "npm run build && ./dist/index.js", "lint": "eslint . --ext .ts", "format": "prettier --write .", "format:check": "prettier --check .", "test": "vitest run", "test:watch": "vitest", "check": "npm run format:check && npm run lint && npm run test && npm run build", "clean": "rm -rf dist/" }, "dependencies": { "@clack/prompts": "^0.11.0", "@humanlayer/sdk": "^0.7.7", "@modelcontextprotocol/sdk": "^1.12.0", "chalk": "^5.4.1", "commander": "^14.0.0", "dotenv": "^16.5.0" }, "devDependencies": { "@types/node": "^22.15.21", "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.0", "prettier": "^3.5.3", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.1.4" }, "engines": { "node": ">=16" }, "keywords": [ "cli", "human", "communication", "humanlayer" ], "author": "HumanLayer Authors", "license": "Apache-2.0" }