UNPKG

@stryke/prisma-trpc-generator

Version:

A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.

111 lines (110 loc) 2.93 kB
{ "name": "@stryke/prisma-trpc-generator", "version": "0.11.11", "type": "module", "description": "A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.", "repository": { "type": "github", "url": "https://github.com/storm-software/stryke.git", "directory": "packages/prisma-trpc-generator" }, "homepage": "https://stormsoftware.com", "bugs": { "url": "https://stormsoftware.com/support", "email": "support@stormsoftware.com" }, "author": { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" }, "maintainers": [ { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" } ], "contributors": [ { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" } ], "funding": { "type": "github", "url": "https://github.com/sponsors/storm-software" }, "license": "Apache-2.0", "private": false, "bin": { "prisma-trpc-generator": "dist/generator.js", "prisma-trpc-generator-cjs": "dist/generator.cjs", "prisma-trpc-generator-mjs": "dist/generator.js" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./index": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./generator": { "import": { "types": "./dist/generator.d.ts", "default": "./dist/generator.js" }, "require": { "types": "./dist/generator.d.cts", "default": "./dist/generator.cjs" }, "default": { "types": "./dist/generator.d.ts", "default": "./dist/generator.js" } }, "./package.json": "./package.json" }, "types": "./dist/index.d.ts", "files": ["dist/**/*"], "keywords": [ "stryke", "typescript", "utilities", "storm-software", "storm", "storm-ops", "cyclone-ui", "sullivanpj", "monorepo" ], "dependencies": { "@prisma/generator-helper": "^6.5.0", "@prisma/internals": "^6.5.0", "esbuild": "^0.25.0", "jiti": "^2.4.2", "parenthesis": "^3.1.8", "prettier": "^3.5.2", "ts-morph": "^25.0.1" }, "devDependencies": { "@types/pluralize": "^0.0.33", "pluralize": "^8.0.0", "tsup": "^8.3.5", "zod": "^3.24.2" }, "publishConfig": { "access": "public" } }