{ "name": "@leanctx/example-quickstart-cli", "version": "0.1.0", "private": true, "type": "module", "dependencies": { "lean-ctx-client": "^0.1.0" }, "scripts": { "start": "tsx src/index.ts", "typecheck": "tsc -p tsconfig.json --noEmit", "build": "tsc -p tsconfig.json" } }