heylock
Version:
Zero‑friction AI agent integration for JavaScript & TypeScript projects.
51 lines • 1.34 kB
JSON
{
"name": "heylock",
"version": "0.2.2",
"description": "Zero‑friction AI agent integration for JavaScript & TypeScript projects.",
"keywords": [
"ai-agent",
"chatbot",
"ai-integration",
"ai-sorting",
"typescript",
"javascript",
"context-management",
"message-streaming",
"rewrite",
"sort",
"engagement",
"conversion",
"gpt",
"openai",
"ai-sdk",
"heylock",
"quick-integration"
],
"main": "dist/index.min.js",
"types": "types.d.ts",
"type": "module",
"scripts": {
"test": "jest --config jest.config.cjs && npx tsc --noEmit",
"build": "esbuild src/index.js --bundle --minify --format=esm --outfile=dist/index.min.js && cp src/types.d.ts dist/types.d.ts && cp src/types.d.ts types.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Heylock-AI/heylock.git"
},
"author": "Heylock team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Heylock-AI/heylock/issues"
},
"homepage": "https://github.com/Heylock-AI/heylock#readme",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"babel-jest": "^30.0.5",
"esbuild": "^0.25.8",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"tsc": "^2.0.4",
"typescript": "^5.9.2"
}
}