typesense/benchmark/package.json
2025-02-12 11:01:00 +02:00

78 lines
1.9 KiB
JSON

{
"name": "ts-cli",
"version": "0.0.0",
"description": "Benchmarking tool for Typesense",
"type": "module",
"main": "index.js",
"bin": {
"ts-cli": "./dist/index.js"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"test": "vitest",
"format": "prettier --write \"**/*.{ts, md}\""
},
"keywords": [
"full-text search",
"search engine",
"typesense",
"benchmark"
],
"author": {
"name": "Typesense, Inc.",
"email": "contact@typesense.org",
"url": "https://typesense.org"
},
"contributors": [
{
"name": "Fanis Tharropoulos",
"email": "fanis@typesense.org",
"url": "https://github.com/tharropoulos"
}
],
"license": "GPL",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@faker-js/faker": "^9.4.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/command-line-args": "^5.2.3",
"@types/command-line-usage": "^5.0.4",
"@types/fs-extra": "^11.0.4",
"@types/gunzip-maybe": "^1.4.2",
"@types/k6": "^0.54.2",
"@types/node": "^22.10.2",
"@types/tar-stream": "^3.1.3",
"eslint": "^9.17.0",
"openai": "^4.83.0",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"type-fest": "^4.31.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vitest": "^3.0.2",
"zod": "^3.24.1"
},
"dependencies": {
"@influxdata/influxdb3-client": "^0.12.0",
"@types/asciichart": "^1.5.8",
"asciichart": "^1.5.25",
"chalk": "^5.4.1",
"commander": "^13.0.0",
"cosmiconfig": "^9.0.0",
"docker-compose": "^1.1.0",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"gunzip-maybe": "^1.4.2",
"influx": "^5.9.7",
"inquirer": "^12.3.0",
"k6": "^0.0.0",
"neverthrow": "^8.1.1",
"ora": "^8.1.1",
"strip-ansi": "^7.1.0",
"table": "^6.9.0",
"tar-stream": "^3.1.7",
"typesense": "2.0.0-15"
}
}