{
  "name": "tse-memories-core",
  "version": "3.0.2",
  "description": "This package contains the core of tse project, it contains the domain entities, helpers, and other utilities that are shared between the different services.",
  "main": "dist/index.js",
  "private": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "concurrently \"tsc --watch\" \"node dist/src/index.js --watch\"",
    "start": "tsc && node dist/src/index.js",
    "build": "tsc",
    "publish:patch": "npm version patch && npm run release",
    "publish:minor": "npm version minor && npm run release",
    "publish:major": "npm version major && npm run release",
    "release": "npm run build && npm publish"
  },
  "author": "Juan Camilo Cardona Calderón, Doris Mosquera Lozano",
  "keywords": [
    "University of Antioquia",
    "Software Engineering",
    "TSE",
    "Traveling",
    "Enjoy",
    "Social Media",
    "Explore",
    "Domain",
    "Core"
  ],
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "tse-memories-core": "^3.0.1"
  }
}
