mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@humanlayer/sdk",
|
|
"version": "0.7.10-alpha.1",
|
|
"private": false,
|
|
"description": "typescript client for humanlayer.dev",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.cts",
|
|
"exports": {
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
},
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && pkgroll",
|
|
"check": "tsc --noEmit",
|
|
"dev": "node -r ts-node/register src/index.ts",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/humanlayer/humanlayer.git"
|
|
},
|
|
"keywords": [
|
|
"human-in-the-loop",
|
|
"ai-agents",
|
|
"tool-use",
|
|
"function-calling"
|
|
],
|
|
"author": "HumanLayer Authors",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/humanlayer/humanlayer/issues"
|
|
},
|
|
"homepage": "https://github.com/humanlayer/humanlayer#readme",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^20.17.11",
|
|
"eslint": "^8.57.0",
|
|
"jest": "^29.7.0",
|
|
"pkgroll": "^2.10.0",
|
|
"prettier": "^3.3.2",
|
|
"ts-jest": "^29.1.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|