UNPKG

bc-api-client

Version:

A client for the BigCommerce management API and app authentication

76 lines (75 loc) 2.07 kB
{ "name": "bc-api-client", "version": "2.0.0", "description": "A client for the BigCommerce management API and app authentication", "main": "dist/index.mjs", "types": "dist/index.d.mts", "type": "module", "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/kernelpanic99/bc-api-client" }, "homepage": "https://github.com/kernelpanic99/bc-api-client", "bugs": { "url": "https://github.com/kernelpanic99/bc-api-client/issues" }, "engines": { "node": ">=22" }, "scripts": { "test": "vitest", "lint": "biome check --fix", "build": "tsdown", "typecheck": "tsgo --noEmit", "prepublishOnly": "pnpm build", "version": "git add -A src", "postversion": "git push && git push --tags", "qa": "concurrently 'biome check' 'tsgo --noEmit' 'vitest --run' --kill-others-on-fail", "doc": "typedoc" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "bigcommerce", "api", "client", "typescript", "jwt", "authentication" ], "publishConfig": { "access": "public" }, "author": "Arthur Nikolaienko", "license": "MIT", "devDependencies": { "@arethetypeswrong/core": "0.18.5", "@aws-lambda-powertools/logger": "2.34.0", "@biomejs/biome": "2.5.5", "@types/node": "26.1.1", "@typescript/native-preview": "7.0.0-dev.20260707.2", "concurrently": "10.0.4", "lefthook": "2.1.10", "pino": "10.3.1", "tsdown": "0.22.14", "typedoc": "0.28.20", "typedoc-plugin-markdown": "4.12.0", "vitest": "4.1.10", "zod": "4.4.3" }, "dependencies": { "jose": "6.2.4", "ky": "2.0.2", "p-limit": "7.3.1" } }