mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@algolia/requester-node-http",
|
|
"version": "5.48.0",
|
|
"description": "Promise-based request library for node using the native http module.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
|
|
},
|
|
"homepage": "https://github.com/algolia/algoliasearch-client-javascript#readme",
|
|
"license": "MIT",
|
|
"author": "Algolia",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts",
|
|
"index.js"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": {
|
|
"import": "./dist/requester.http.d.ts",
|
|
"module": "./dist/requester.http.d.ts",
|
|
"require": "./dist/requester.http.d.cts"
|
|
},
|
|
"import": "./dist/requester.http.js",
|
|
"module": "./dist/requester.http.js",
|
|
"require": "./dist/requester.http.cjs"
|
|
},
|
|
"./src/*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn clean && yarn tsup",
|
|
"clean": "rm -rf ./dist || true",
|
|
"test": "tsc --noEmit && vitest --run",
|
|
"test:bundle": "publint . && attw --pack ."
|
|
},
|
|
"dependencies": {
|
|
"@algolia/client-common": "5.48.0"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "0.18.2",
|
|
"@types/node": "24.10.9",
|
|
"nock": "14.0.10",
|
|
"publint": "0.3.17",
|
|
"tsup": "8.5.1",
|
|
"typescript": "5.9.3",
|
|
"vitest": "4.0.18"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
},
|
|
"gitHead": "b39976bd859ef66e65d2db182d69853a91a71139"
|
|
}
|