@dgac/nmb2b-client
Version:
EUROCONTROL Network Manager B2B SOAP client
100 lines • 2.73 kB
JSON
{
"name": "@dgac/nmb2b-client",
"version": "2.2.7",
"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.7.0",
"@changesets/cli": "^2.31.0",
"@eslint/js": "^9.39.4",
"@total-typescript/shoehorn": "^0.1.2",
"@types/debug": "^4.1.13",
"@types/node": "^22.19.18",
"@types/proper-lockfile": "^4.1.4",
"@vitest/coverage-v8": "^4.1.5",
"dotenv": "^17.4.2",
"eslint": "^9.39.4",
"msw": "^2.14.5",
"prettier": "^3.8.3",
"rimraf": "^6.1.3",
"tsdown": "^0.21.10",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12",
"vitest": "^4.1.5"
},
"dependencies": {
"@date-fns/utc": "^2.1.1",
"axios": "^1.16.0",
"date-fns": "^4.1.0",
"debug": "^4.4.3",
"proper-lockfile": "^4.1.2",
"remeda": "^2.34.0",
"soap": "^1.9.1",
"tar": "^7.5.15",
"type-fest": "^5.6.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: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"
}
}