UNPKG

@prismatools/console

Version:

REPL style console for Prisma ORM, heavily inspired from Rails console

32 lines (31 loc) 736 B
{ "name": "@prismatools/console", "version": "1.1.0", "description": "REPL style console for Prisma ORM, heavily inspired from Rails console", "main": "app.js", "repository": { "type": "git", "url": "git+https://github.com/Kinjalrk2k/prisma-console.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "console": "node --experimental-repl-await ./app.js" }, "bin": { "console": "./app.js" }, "author": "Kinjal Raykarmakar", "license": "ISC", "dependencies": { "chalk": "^4.1.2", "command-line-args": "^5.2.1", "command-line-usage": "^6.1.3", "pretty-repl": "^3.1.1" }, "keywords": [ "prisma", "console", "tool", "prisma-orm" ] }