@dgac/nmb2b-client
Version:
EUROCONTROL Network Manager B2B SOAP client
100 lines • 2.73 kB
JSON
{
"name": "@dgac/nmb2b-client",
"version": "2.2.6",
"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.mjs",
"module-sync": "./dist/index.mjs",
"types": "./dist/index.d.mts"
},
"./security": {
"import": "./dist/security.mjs",
"module-sync": "./dist/security.mjs",
"types": "./dist/security.d.mts"
},
"./config": {
"import": "./dist/config.mjs",
"module-sync": "./dist/config.mjs",
"types": "./dist/config.d.mts"
},
"./types": {
"import": "./dist/types.mjs",
"module-sync": "./dist/types.mjs",
"types": "./dist/types.d.mts"
},
"./utils": {
"import": "./dist/utils/index.mjs",
"module-sync": "./dist/utils/index.mjs",
"types": "./dist/utils/index.d.mts"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.30.0",
"@eslint/js": "^9.39.3",
"@total-typescript/shoehorn": "^0.1.2",
"@types/debug": "^4.1.12",
"@types/node": "^22.19.15",
"@types/proper-lockfile": "^4.1.4",
"@vitest/coverage-v8": "^4.0.18",
"dotenv": "^17.3.1",
"eslint": "^9.39.3",
"msw": "^2.12.10",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"tsdown": "^0.20.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"dependencies": {
"@date-fns/utc": "^2.1.1",
"axios": "^1.13.6",
"date-fns": "^4.1.0",
"debug": "^4.4.3",
"proper-lockfile": "^4.1.2",
"remeda": "^2.33.6",
"soap": "^1.7.1",
"tar": "^7.5.10",
"type-fest": "^5.4.4"
},
"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:unit": "vitest --project=unit",
"test:e2e": "vitest --project=e2e",
"test:ci": "vitest --watch=false --reporter=default --reporter=junit --outputFile.junit=junit.xml --coverage.enabled --typecheck",
"update-fixtures": "tsx ./scripts/update-fixtures.ts",
"typecheck": "tsc --noEmit"
}
}