{
  "name": "lingapp-tag-competencia",
  "version": "1.0.2",
  "description": "TagCompetencia model for LingApp",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "keywords": [
    "lingapp",
    "tag",
    "competencia",
    "mongoose",
    "model"
  ],
  "author": "LingApp",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lingapp/lingapp-tag-competencia.git"
  },
  "bugs": {
    "url": "https://github.com/lingapp/lingapp-tag-competencia/issues"
  },
  "homepage": "https://github.com/lingapp/lingapp-tag-competencia#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "mongoose": "^8.0.0"
  },
  "devDependencies": {
    "@types/mongoose": "^5.11.97",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "mongoose": "^8.0.0"
  }
}