@phyter/tarc
Version:
Next.js Typed Api Routes and Clients
30 lines (29 loc) • 618 B
JSON
{
"name": "@phyter/tarc",
"description": "Next.js Typed Api Routes and Clients",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/phyter1/tarc.git"
},
"keywords": [
"Next.js",
"React",
"Typescript",
"Zod",
"Recoil"
],
"author": "Ryan Lowe <ryan@phytertek.io>",
"license": "MIT",
"homepage": "https://github.com/phyter1/tarc#readme",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
"peerDependencies": {
"react": "^18.2.0",
"zod": "^3.19.1"
},
"dependencies": {
"recoil": "^0.7.6"
}
}