TypeScript SDK for Alkid.
npm install @alkid/alkid-jsimport { AlkidClient } from '@alkid/alkid-js';
const client = new AlkidClient('your-api-key');
console.log(client.hello());# Install dependencies
npm install
# Run in dev mode (with watch)
npm run dev
# Build for production
npm run build
# Type check
npm run typecheckMIT