UNPKG

prismix

Version:

Create multiple Prisma schema files with shared model relations.

60 lines (59 loc) 1.28 kB
{ "name": "prismix", "version": "1.0.22", "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": "https://github.com/jamiepine/prismix", "private": false, "scripts": { "prepack": "tsc -b", "dev": "tsc-watch", "build": "tsc", "postinstall": "npm run build" }, "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", "typescript": "^4.3.5" }, "dependencies": { "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/plugin-help": "^3.2.2", "@prisma/sdk": "^3.9.2", "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" } }