* esm * wip * wip * wip * wip * wip * wip * subscription notice * wip * wip * wip * fix envs * fix: update docker build * fix * esm/types * delete dashboard :D * add patches to dockerfiles * update packages + catalogs + ts * wip * remove native libs * ts * improvements * fix redirects and fetching session * try fix favicon * fixes * fix * order and resize reportds within a dashboard * improvements * wip * added userjot to dashboard * fix * add op * wip * different cache key * improve date picker * fix table * event details loading * redo onboarding completely * fix login * fix * fix * extend session, billing and improve bars * fix * reduce price on 10M
34 lines
762 B
JSON
34 lines
762 B
JSON
{
|
|
"name": "@openpanel/cli",
|
|
"version": "0.0.1-beta",
|
|
"type": "module",
|
|
"module": "index.ts",
|
|
"bin": {
|
|
"openpanel": "dist/bin/cli.js"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf dist && tsup",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@openpanel/common": "workspace:*",
|
|
"arg": "^5.0.2",
|
|
"glob": "^10.4.3",
|
|
"inquirer": "^9.3.5",
|
|
"p-limit": "^6.1.0",
|
|
"progress": "^2.0.3",
|
|
"ramda": "^0.29.1",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@openpanel/db": "workspace:^",
|
|
"@openpanel/sdk": "workspace:*",
|
|
"@openpanel/tsconfig": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"@types/progress": "^2.0.7",
|
|
"@types/ramda": "^0.30.1",
|
|
"tsup": "^7.2.0",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|