apis.do
Version:
37 lines (36 loc) • 733 B
JSON
{
"name": "apis.do",
"version": "0.0.1",
"description": "Unified API Gateway for all domains and services in the .do ecosystem",
"keywords": [
"api",
"gateway",
"clickable",
"developer",
"experience",
"rest",
"json",
"http"
],
"homepage": "https://apis.do",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/drivly/ai.git",
"directory": "sdks/apis.do"
},
"author": "Nathan Clevenger",
"license": "MIT",
"bugs": {
"url": "https://github.com/drivly/ai/issues"
},
"scripts": {
"build": "tsc",
"test": "vitest"
},
"devDependencies": {
"vitest": "^3.0.8"
}
}