UNPKG

gpudeploy

Version:

Utilities for creating APIs

43 lines (42 loc) 868 B
{ "author": "Lukas Schneider", "description": "Utilities for creating APIs", "files": [ "/dist" ], "license": "MIT", "keywords": [ "gpudeploy", "api", "sdk", "gpu", "deploy", "rent", "ai", "machine-learning" ], "main": "dist/index.js", "name": "gpudeploy", "private": false, "types": "dist/index.d.ts", "version": "1.0.7", "dependencies": { "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.6", "axios": "^1.7.3", "dotenv": "^16.4.5", "express": "^4.19.2", "jsonwebtoken": "^9.0.2", "ts-loader": "^9.5.1", "typescript": "^5.5.2", "winston": "^3.13.0" }, "scripts": { "build": "ts-patch install && rm -rf dist/ && tsc" }, "devDependencies": { "ts-patch": "^3.2.1", "tsconfig-paths": "^4.2.0", "typescript-transform-paths": "^3.4.7" } }