{
  "name": "@alextomas80/api-client-grupeta",
  "version": "1.1.18",
  "main": "dist/index.js",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "release": "standard-version",
    "build:publish": "npm run release && npm run build && npm publish --access public",
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "nodemon"
  },
  "keywords": [
    "grupeta",
    "cbr",
    "api",
    "client"
  ],
  "author": "Alex Tomás",
  "license": "ISC",
  "description": "Cliente API Grupeta CBR",
  "devDependencies": {
    "@types/axios": "^0.9.36",
    "@types/node": "^22.9.0",
    "standard-version": "^9.5.0",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "date-fns": "^4.1.0"
  },
  "volta": {
    "node": "22.14.0"
  }
}
