Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 729 Bytes
34fef0e 3f41b34 34fef0e 3f41b34 34fef0e 3f41b34 34fef0e 3f41b34 34fef0e 3f41b34 34fef0e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"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"
}
}
|