UNPKG

@levo-so/client

Version:

<img alt="Levo" src="https://static.levocdn.com/png/Levo-Logo.png" width="50" height="50">

42 lines 1.11 kB
{ "name": "@levo-so/client", "version": "0.0.25-alpha", "publishConfig": { "access": "public" }, "bin": { "generate-types": "./dist/bin/generate-types/index.js" }, "scripts": { "dev": "bun --watch ./src/index.ts", "build": "./scripts/generate-dependency-types.sh && bun run ./scripts/generate-build.js && tsc --emitDeclarationOnly", "clean": "rimraf dist node_modules .turbo", "generate-types": "tsc --emitDeclarationOnly", "lint": "tsc --noEmit true && biome check --max-diagnostics=1000 --diagnostic-level=error --log-kind=compact ./src --write && madge --circular --extensions ts ./src" }, "dependencies": { "chalk": "^5.3.0", "cross-fetch": "^4.0.0", "package-json": "^10.0.1", "yargs": "^17.7.2" }, "license": "CC-BY-NC-ND-4.0", "devDependencies": { "@types/yargs": "^17.0.33" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "keywords": [ "levo", "content management", "cms", "membership", "authentication" ], "files": [ "dist", "README.md", "LICENSE" ] }