UNPKG

prisma-seeder-custom

Version:

A CLI tool to generate Prisma seed files automatically.

32 lines (31 loc) 627 B
{ "name": "prisma-seeder-custom", "version": "0.2.5", "bin": { "prisma-seeder-custom": "cli.js" }, "description": "A CLI tool to generate Prisma seed files automatically.", "main": "cli.js", "scripts": { "start": "node cli.js", "test": "echo \"No tests specified\" && exit 0" }, "keywords": [ "prisma", "seeds", "generator", "cli" ], "repository": { "type": "git", "url": "https://github.com/abel-martelo/prisma-seeder-custom" }, "author": "the-one-sky", "license": "MIT", "dependencies": { "inquirer": "12.1.0" }, "engines": { "node": ">=18" } }