next-better-api
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "next-better-api", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Utilities for safer, easier APIs with NextJS", | ||
"keywords": ["next", "nextjs", "api", "zod", "schema", "helper"], | ||
"keywords": [ | ||
"next", | ||
"nextjs", | ||
"api", | ||
"zod", | ||
"schema", | ||
"helper" | ||
], | ||
"main": "build/src/index.js", | ||
@@ -10,6 +17,7 @@ "repository": "git@github.com:filp/next-better-api", | ||
"license": "MIT", | ||
"types": "build/src/index.d.ts", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"test": "jest .", | ||
"build": "tsc -b .", | ||
"build": "rm -rf ./build/ && tsc -b .", | ||
"dev": "ts-node src/index.ts", | ||
@@ -16,0 +24,0 @@ "prepack": "yarn lint && yarn build" |
@@ -1,5 +0,9 @@ | ||
# next-better-api | ||
# next-better-api ⚡️🔵 [![npm version](https://badge.fury.io/js/next-better-api.svg)](https://badge.fury.io/js/next-better-api) | ||
Opinionated helpers for building NextJS APIs, powered by [Zod](https://github.com/colinhacks/zod). | ||
<center> | ||
<img src="./logo.svg"> | ||
</center> | ||
```ts | ||
@@ -145,6 +149,8 @@ import { z } from 'zod'; | ||
### Stuff | ||
--- | ||
## Stuff | ||
See license information under [`LICENSE.md`](/LICENSE.md). | ||
Contributions are super welcome - in the form of bug reports, suggestions, or better yet, pull requests! |
70835
9
156