mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
Some checks are pending
Test CI / Test App (shard 1/3) (push) Blocked by required conditions
Test CI / Test App (shard 2/3) (push) Blocked by required conditions
Test CI / Test App (shard 3/3) (push) Blocked by required conditions
Test CI / Merge and Upload App Coverage (push) Blocked by required conditions
Test CI / Test Desktop App (push) Blocked by required conditions
Test CI / Test Database (push) Blocked by required conditions
E2E CI / Check Duplicate Run (push) Waiting to run
E2E CI / Test Web App (push) Blocked by required conditions
Test CI / Check Duplicate Run (push) Waiting to run
Test CI / Test Packages (push) Blocked by required conditions
33 lines
970 B
JSON
33 lines
970 B
JSON
{
|
|
"name": "@lobechat/eval-dataset-parser",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Parse CSV, XLSX, JSON, and JSONL files into structured dataset records",
|
|
"keywords": ["dataset", "parser", "csv", "xlsx", "jsonl", "lobehub"],
|
|
"homepage": "https://github.com/lobehub/lobehub/tree/master/packages/eval-dataset-parser",
|
|
"bugs": {
|
|
"url": "https://github.com/lobehub/lobehub/issues/new"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lobehub/lobehub.git"
|
|
},
|
|
"author": "LobeHub <i@lobehub.com>",
|
|
"sideEffects": false,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage --silent='passed-only'"
|
|
},
|
|
"dependencies": {
|
|
"papaparse": "^5.5.3",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
|
|
},
|
|
"devDependencies": {
|
|
"@types/papaparse": "^5.5.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5"
|
|
}
|
|
}
|