UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

63 lines 1.65 kB
{ "version": "1.0.0", "license": "MIT", "sideEffects": false, "main": "dist/cjs/index.js", "typings": "dist/types/index.d.ts", "module": "dist/esm/index.js", "files": [ "dist", "src" ], "engines": { "node": ">=14.17.0" }, "scripts": { "build": "rm -rf dist & tsc -p tsconfig.esm.json & tsc -p tsconfig.cjs.json", "test": "jest --coverage --passWithNoTests", "lint": "eslint --ignore-path .eslintignore --ext .js,.ts .", "prepare": "rm -rf dist & tsc -p tsconfig.esm.json & tsc -p tsconfig.cjs.json" }, "peerDependencies": {}, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "sdksio-postnl-ecommerce-apis-sdk", "description": "Collection of PostNL API's for ecommerce processes", "author": { "name": "developer", "email": "developer+sdksio@apimatic.io" }, "devDependencies": { "@types/jest": "^29.4.0", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", "eslint": "^8.34.0", "jest": "^29.4.3", "ts-jest": "^29.0.5", "tslib": "^2.5.0", "typescript": "^4.9.5" }, "dependencies": { "@apimatic/authentication-adapters": "^0.5.0", "@apimatic/axios-client-adapter": "^0.2.0", "@apimatic/core": "^0.10.0", "@apimatic/schema": "^0.7.0" }, "repository": { "type": "git", "url": "https://github.com/sdks-io/postnl-ecommerce-apis-js-sdk.git" }, "bugs": { "email": "support@apimatic.io" }, "homepage": "https://www.postnl.nl/en/", "keywords": [ "postnl", "sdksio" ], "contributors": [] }