UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

96 lines 2.55 kB
{ "name": "@dgac/nmb2b-client", "version": "2.0.0", "description": "EUROCONTROL Network Manager B2B SOAP client", "keywords": [ "EUROCONTROL", "SOAP", "TypeScript" ], "author": "Benjamin BERET <benjamin.beret@aviation-civile.gouv.fr>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/DGAC/nmb2b-client-js.git" }, "engines": { "node": ">=20" }, "type": "module", "exports": { ".": { "import": "./dist/index.js", "module-sync": "./dist/index.js", "types": "./dist/index.d.ts" }, "./security": { "import": "./dist/security.js", "module-sync": "./dist/security.js", "types": "./dist/security.d.ts" }, "./config": { "import": "./dist/config.js", "module-sync": "./dist/config.js", "types": "./dist/config.d.ts" }, "./types": { "import": "./dist/types.js", "module-sync": "./dist/types.js", "types": "./dist/types.d.ts" }, "./utils": { "import": "./dist/utils/index.js", "module-sync": "./dist/utils/index.js", "types": "./dist/utils/index.d.ts" }, "./package.json": "./package.json" }, "files": [ "dist" ], "devDependencies": { "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.5", "@eslint/js": "^9.31.0", "@total-typescript/shoehorn": "^0.1.2", "@types/debug": "^4.1.12", "@types/node": "^20.19.9", "@types/proper-lockfile": "^4.1.4", "@vitest/coverage-v8": "^3.2.4", "dotenv": "^16.6.1", "eslint": "^9.31.0", "nock": "^14.0.6", "prettier": "^3.6.2", "rimraf": "^6.0.1", "tsdown": "^0.13.0", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0", "vitest": "^3.2.4" }, "dependencies": { "@date-fns/utc": "^2.1.0", "axios": "^1.11.0", "date-fns": "^4.1.0", "debug": "^4.4.1", "proper-lockfile": "^4.1.2", "remeda": "^2.26.1", "soap": "^1.2.1", "tar": "^7.4.3", "type-fest": "^4.41.0" }, "publishConfig": { "provenance": true }, "scripts": { "preinstall": "npx only-allow pnpm", "downloadWSDL": "tsx ./scripts/downloadWSDL.ts", "clean": "rimraf dist", "build": "tsdown", "release": "pnpm build && changeset publish", "lint": "eslint --max-warnings=0", "test": "vitest", "test:ci": "vitest --watch=false --reporter=basic --reporter=junit --outputFile.junit=junit.xml --coverage.enabled --typecheck", "typecheck": "tsc --noEmit" } }