{
  "name": "@arcasdk/core",
  "version": "2.0.0",
  "description": "Arca TypeScript SDK - Core package for AFIP/ARCA integration",
  "source": "src/index.ts",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib tsconfig.build.tsbuildinfo && npx tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "test": "jest --config jest.config.js",
    "test:unit": "jest --config jest.config.js",
    "test:coverage": "jest --config jest.config.js --coverage",
    "test:integration": "jest --config jest.integration.config.js",
    "test:integration:watch": "jest --config jest.integration.config.js --watch",
    "generate:wsdl-strings": "node scripts/generate-wsdl-strings.js",
    "generate:soap-interfaces": "node scripts/generate-soap-interfaces.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "node-forge": "^1.3.1",
    "soap": "^1.0.0",
    "std-env": "^3.10.0",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@jest/globals": "^30.0.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.1",
    "@types/node-forge": "^1.3.2",
    "@types/soap": "^0.18.0",
    "@types/underscore": "^1.11.5",
    "@types/xml2js": "^0.4.11",
    "dotenv": "^17.0.0",
    "jest": "^30.0.0",
    "rimraf": "^6.0.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.1",
    "tsc-alias": "^1.8.16",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^6.0.3",
    "wsdl-to-ts": "^0.2.3"
  },
  "author": "valiuLab",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ralcorta/arcasdk.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/ralcorta/arcasdk/issues"
  },
  "homepage": "https://github.com/ralcorta/arcasdk#readme",
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "web-service",
    "factura-electronica",
    "padron",
    "arca",
    "afip",
    "arca",
    "sdk",
    "package",
    "api",
    "soap",
    "rest",
    "endpoint",
    "wsaa"
  ]
}
