joelniklaus's picture
joelniklaus HF Staff
deploy: DeepSeek Harness and faster Space builds
3f41b34 verified
Raw
History Blame Contribute Delete
729 Bytes
{
"name": "@harbor-hf/control-api",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/main.js",
"dependencies": {
"@fastify/cookie": "11.1.2",
"@fastify/helmet": "13.1.0",
"@fastify/static": "10.1.3",
"@fastify/swagger": "9.8.1",
"@harbor-hf/contracts": "0.1.0",
"@harbor-hf/control-core": "0.1.0",
"@harbor-hf/hf-adapters": "0.1.0",
"ajv": "8.20.0",
"better-sqlite3": "13.0.3",
"fastify": "5.12.0",
"kysely": "0.29.5",
"openid-client": "6.8.6",
"pino": "10.3.1",
"zod": "4.4.3"
},
"scripts": {
"build": "tsc -b",
"generate:openapi": "tsx src/generate-openapi.ts",
"start": "node dist/main.js",
"test": "vitest run"
}
}