{
  "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"
  ]
}
