Warp/node_modules/@algolia/requester-browser-xhr/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2024-01-05 12:14:38 +00:00
{
"name": "@algolia/requester-browser-xhr",
"version": "5.48.1",
2024-01-05 12:14:38 +00:00
"description": "Promise-based request library for browser using xhr.",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
2024-01-05 12:14:38 +00:00
},
"homepage": "https://github.com/algolia/algoliasearch-client-javascript#readme",
2024-01-05 12:14:38 +00:00
"license": "MIT",
"author": "Algolia",
"type": "module",
"exports": {
".": {
"types": "./dist/requester.xhr.d.ts",
"import": "./dist/requester.xhr.js",
"module": "./dist/requester.xhr.js",
"default": "./dist/requester.xhr.js"
},
"./src/*": "./src/*.ts"
},
"react-native": "./dist/requester.xhr.js",
2024-01-05 12:14:38 +00:00
"files": [
"dist",
"index.d.ts",
"index.js"
2024-01-05 12:14:38 +00:00
],
"scripts": {
"build": "yarn clean && yarn tsup",
"clean": "rm -rf ./dist || true",
"test": "tsc --noEmit && vitest --run",
"test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
},
2024-01-05 12:14:38 +00:00
"dependencies": {
"@algolia/client-common": "5.48.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "24.10.12",
"jsdom": "27.4.0",
"publint": "0.3.17",
"tsup": "8.5.1",
"typescript": "5.9.3",
"vitest": "4.0.18",
"xhr-mock": "2.5.1"
},
"engines": {
"node": ">= 14.0.0"
},
"gitHead": "4bbb3ce8d4cb7b7ad454352d4835cffead91ee30"
2024-01-05 12:14:38 +00:00
}