mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-18 23:41:50 +02:00
* ref(client)!: Bump packages versions & Actualize codebase regards packages updates * chore(docs): Bump packages versions * chore(mockdata): Bump packages versions * ref(server)!: Bump packages versions & Actualize codebase regards packages updates * chore(mockdata): Use `url` instead of `host` for ClickHouse * chore(server): Use `url` instead of `host` for ClickHouse * chore(client): Bump packages versions & Sync lock file * chore(docs): Bump packages versions & Sync lock file * chore(mockdata): Sync lock file * chore(server): Bump packages versions & Sync lock file * chore(client): Use `PartialTheme` type instead of `Theme` type
18 lines
375 B
JSON
18 lines
375 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.1",
|
|
"@faker-js/faker": "9.7.0",
|
|
"dotenv": "16.5.0",
|
|
"luxon": "3.6.1"
|
|
}
|
|
}
|