UNPKG

@procore/core-http

Version:

A HTTP Client

71 lines 1.91 kB
{ "name": "@procore/core-http", "version": "14.0.0", "description": "A HTTP Client", "repository": "procore/frontend-tooling.git", "bugs": "https://github.com/procore/frontend-tooling/issues", "license": "SEE LICENSE IN LICENSE", "keywords": [ "fetch", "http", "http-client" ], "publishConfig": { "access": "public" }, "type": "module", "exports": { ".": { "import": { "types": "./dist/modern/index.d.ts", "default": "./dist/modern/index.js" }, "require": { "types": "./dist/modern/index.d.cts", "default": "./dist/modern/index.cjs" } }, "./package.json": "./package.json" }, "main": "dist/legacy/index.cjs", "module": "dist/legacy/index.js", "types": "dist/legacy/index.d.ts", "files": [ "dist" ], "scripts": { "build": "hammer lib:build", "clean": "hammer lib:clean", "format": "prettier --ignore-unknown --write .", "format:check": "prettier --cache --ignore-unknown --check .", "lint": "hammer lint:code", "prepack": "hammer lib:build", "test": "hammer test --coverage" }, "dependencies": { "@procore/web-sdk-events": "^1.2.0", "up-fetch": "^2.4.0" }, "devDependencies": { "@procore/eslint-config": "^15.3.2", "@procore/hammer": "^1.2.0", "@procore/hammer-lib-tsup": "^1.0.0", "@procore/hammer-lint-eslint": "^1.0.1", "@procore/hammer-test-vitest": "^1.0.0", "@procore/prettier-config": "^1.1.1", "@procore/typescript-config": "^2.1.0", "@types/eslint": "^9.6.1", "@types/js-cookie": "^3.0.6", "@types/node": "^18.18.9", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.31.0", "happy-dom": "^20.0.2", "js-cookie": "^3.0.5", "msw": "^2.11.1", "postcss-modules": "^6.0.1", "prettier": "^2.8.8", "typescript": "^5.5.2", "vitest": "^3.2.4" }, "sideEffects": false }