{
  "dependencies": {
    "cloud-ide-lms-model": "^1.0.120",
    "dotenv": "^16.5.0",
    "mongoose": "^8.15.0"
  },
  "devDependencies": {
    "@types/node": "^20.17.50",
    "typescript": "^5.8.3"
  },
  "name": "cloud-ide-model-schema",
  "version": "1.1.54",
  "description": "Pachage for schema management of Cloud IDEsys LMS",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "keywords": [
    "CloudIDE",
    "LMS",
    "Schema"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/lms-schools/cloud-ide-model-schema.git"
  },
  "author": "ankush bhure",
  "license": "ISC",
  "files": [
    "lib/**/*"
  ]
}
