{
  "name": "@courselit/common-models",
  "version": "0.38.1",
  "description": "Models shared between the main app and other packages of CourseLit.",
  "author": "Rajat Saxena <hi@rajatsaxena.dev>",
  "homepage": "https://github.com/codelitdev/courselit#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "src"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codelitdev/courselit.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "tsc",
    "clean": "rimraf dist/",
    "prepublishOnly": "yarn run build"
  },
  "bugs": {
    "url": "https://github.com/codelitdev/courselit/issues"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.18.0",
    "@typescript-eslint/parser": "^5.18.0",
    "eslint": "^8.12.0",
    "rimraf": "^4.1.1",
    "typescript": "^4.6.0"
  },
  "dependencies": {
    "redux": "^4.2.1",
    "redux-thunk": "^2.4.1"
  }
}