{
  "name": "@vini-wine/offer-core-models",
  "version": "1.0.17",
  "description": "Core package for Vini models related to the offer API.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --ignore-path .eslintignore --ext .js,.ts",
    "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/vini-wine/offer-core-models.git"
  },
  "keywords": [
    "Vini",
    "Frontend",
    "Core",
    "Models",
    "Offer"
  ],
  "author": "Jordancho Eftimov",
  "license": "ISC",
  "bugs": {
    "url": "https://bitbucket.org/vini-wine/offer-core-models/issues"
  },
  "homepage": "https://bitbucket.org/vini-wine/offer-core-models#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^6.18.1",
    "@typescript-eslint/parser": "^6.18.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard-with-typescript": "^43.0.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-promise": "^6.1.1",
    "prettier": "^3.1.1",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@vini-wine/core-dtos": "1.x",
    "@vini-wine/core-enums": "1.x"
  }
}
