gpt.do
Version:
55 lines (54 loc) • 1.05 kB
JSON
{
"name": "gpt.do",
"version": "0.0.1",
"description": "Simplified interface for GPT models with enhanced capabilities",
"keywords": [
"gpt",
"ai",
"language-model",
"openai",
"chat",
"completion",
"generation"
],
"homepage": "https://gpt.do",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/drivly/ai.git",
"directory": "sdks/gpt.do"
},
"author": "Drivly",
"license": "MIT",
"bugs": {
"url": "https://github.com/drivly/ai/issues"
},
"scripts": {
"build": "tsc",
"test": "echo \"No tests\" && exit 0"
},
"dependencies": {
"apis.do": "0.0.1"
},
"devDependencies": {
"eslint-config": "0.1.0",
"vitest": "^3.0.8",
"tsconfig": "0.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}