UNPKG

next-ts-api

Version:

A powerful TypeScript-first API client generator for Next.js applications with full type safety and automatic api type generation.

49 lines (48 loc) 1.17 kB
{ "name": "next-ts-api", "version": "1.1.3", "repository": { "type": "git", "url": "https://github.com/zahinafsar/next-ts-api", "directory": "packages/next-ts-api" }, "homepage": "https://zahinafsar.github.io/next-ts-api", "keywords": [ "next-ts-api", "nextjs", "typescript", "api-routes", "rest-api", "server-actions", "api-client", "type-safe", "http-client", "next-api" ], "description": "A powerful TypeScript-first API client generator for Next.js applications with full type safety and automatic api type generation.", "author": { "name": "Zahin Afsar", "email": "afsarzahin@gmail.com" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js", "default": "./dist/index.js" }, "./config": { "types": "./dist/config.d.ts", "import": "./dist/config.js", "require": "./dist/config.js", "default": "./dist/config.js" } }, "files": [ "dist", "!**/*.tsbuildinfo" ] }