37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "transceiver-intelligence-platform",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Transceiver Intelligence Platform — the world's most comprehensive optical transceiver & network switch database",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build --workspaces",
|
|
"build:core": "npm run build -w packages/core",
|
|
"build:api": "npm run build -w packages/api",
|
|
"dev": "npm run dev -w packages/api",
|
|
"learning-pool:build": "tsx scripts/tip-learning-pool-build.ts",
|
|
"learning-pool:publish-hf": "python3 scripts/tip-publish-hf-datasets.py",
|
|
"flexoptix:catalog:import": "tsx scripts/import-flexoptix-catalog.ts",
|
|
"migrate": "tsx scripts/migrate.ts",
|
|
"seed": "tsx scripts/seed-from-npm.ts",
|
|
"db:reset": "npm run migrate && npm run seed"
|
|
},
|
|
"author": "Rene Fichtmueller",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/renefichtmueller/transceiver-db"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pdf-parse": "^1.1.5",
|
|
"tsx": "^4.19",
|
|
"typescript": "^5.9.3",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"dependencies": {
|
|
"pdf-parse": "^1.1.4"
|
|
}
|
|
}
|