{
  "name": "cloud-ide-lms-model",
  "version": "1.1.88",
  "description": "Package for Model 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-lms-model.git"
  },
  "author": "ankush bhure",
  "license": "ISC",
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "typescript": "^5.4.2"
  },
  "devDependencies": {}
}