mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-18 23:41:50 +02:00
- Updated the Filters component to support dynamic parameter labels for better user experience. - Enhanced filtering options by adding support for new parameters, including "event_name". - Streamlined the code by removing unused console logs and improving overall readability.
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "mockdata",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"generate": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@clickhouse/client": "^1.11.0",
|
|
"@faker-js/faker": "^9.6.0",
|
|
"dotenv": "^16.3.1",
|
|
"luxon": "^3.4.4"
|
|
}
|
|
}
|