UNPKG

@hexys/prismix

Version:

Create multiple Prisma schema files with shared model relations.

68 lines (67 loc) 1.43 kB
{ "name": "@hexys/prismix", "version": "1.0.29", "description": "Create multiple Prisma schema files with shared model relations.", "keywords": [ "prisma", "schema", "multiple files", "split", "prisma-merge" ], "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Jamie Pine", "email": "hello@jamiepine.com", "license": "MIT", "homepage": "https://github.com/jamiepine/prismix#readme", "repository": { "type": "git", "url": "git+https://github.com/jamiepine/prismix.git" }, "private": false, "scripts": { "dev": "npx tsc-watch", "build": "npx tsup" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/dist" ], "devDependencies": { "@types/glob": "^7.1.4", "@types/jest": "^27.4.0", "@types/jsonfile": "^6.0.1", "prettier": "^2.3.2", "ts-node": "^10.1.0", "tsup": "^6.5.0", "typescript": "^4.3.5" }, "dependencies": { "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/plugin-help": "^3.2.2", "@prisma/internals": "^4.6.1", "glob": "^7.1.7", "jsonfile": "^6.1.0", "tsc-watch": "^4.5.0" }, "peerDependencies": { "dotenv": "^10.0.0" }, "bin": { "prismix": "./bin/run" }, "oclif": { "bin": "prisma-merge" }, "bugs": { "url": "https://github.com/jamiepine/prismix/issues" }, "directories": { "lib": "lib" } }