@getzep/zep-js

v0.4.0
Zep JS Client
zep js

dev

ts-node src/main.ts

lint

eslint --ext .js,.ts src/

test

jest --config jest.config.js

build

npm run lint && tsc && tsc --module ESNext --outDir dist/esm

clean

rm -rf dist/*

start

node dist/index.js

prepare

npm run build

docbuild

typedoc --out docs/ --excludePrivate --excludeInternal --excludeExternals src/

test:watch

jest --watch

prepublishOnly

npm run clean && npm run build && npm run test && npm run docbuild
npm i @getzep/[email protected]

Metadata

Downloads

Maintainers