models.do
Version:
54 lines (53 loc) • 1.07 kB
JSON
{
"name": "models.do",
"version": "0.0.1",
"description": "Search, filter, and compare Large Language Models based on capabilities and attributes",
"keywords": [
"models",
"llm",
"ai",
"model-selection",
"capabilities",
"comparison"
],
"homepage": "https://models.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/models.do"
},
"author": "Drivly",
"license": "MIT",
"bugs": {
"url": "https://github.com/drivly/ai/issues"
},
"engines": {
"node": ">=18.0.0"
},
"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"
}
}