{
  "name": "pymentor",
  "version": "1.0.0",
  "description": "Learn Python by Building Logic — an interactive, offline-capable Python tutor that runs on your machine",
  "license": "MIT",
  "author": "PyMentor",
  "repository": {
    "type": "git",
    "url": "https://github.com/mahesh-atx/Py_Mentor"
  },
  "homepage": "https://github.com/mahesh-atx/Py_Mentor#readme",
  "bugs": {
    "url": "https://github.com/mahesh-atx/Py_Mentor/issues"
  },
  "bin": {
    "pymentor": "./bin/cli.js"
  },
  "files": [
    "bin/",
    "dist/",
    "prisma/",
    "public/"
  ],
  "scripts": {
    "start": "node dist/server/server.js",
    "seed": "node dist/seed/seed.js",
    "postinstall": "prisma generate --schema=prisma/schema.sqlite.prisma"
  },
  "dependencies": {
    "prisma": "^7.8.0",
    "@prisma/client": "^7.8.0",
    "@prisma/adapter-better-sqlite3": "^7.8.0",
    "better-sqlite3": "^12.11.1",
    "sql.js": "^1.14.1"
  },
  "keywords": [
    "python",
    "mentor",
    "learn",
    "tutorial",
    "offline",
    "programming",
    "education",
    "cli",
    "interactive",
    "pyodide"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}