mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"version": "5.46.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
|
|
},
|
|
"homepage": "https://github.com/algolia/algoliasearch-client-javascript/tree/main/packages/recommend#readme",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"author": "Algolia",
|
|
"scripts": {
|
|
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
|
|
"clean": "rm -rf ./dist || true",
|
|
"test:bundle": "publint . && attw --pack ."
|
|
},
|
|
"name": "@algolia/recommend",
|
|
"description": "JavaScript client for recommend",
|
|
"exports": {
|
|
".": {
|
|
"node": {
|
|
"types": {
|
|
"import": "./dist/node.d.ts",
|
|
"module": "./dist/node.d.ts",
|
|
"require": "./dist/node.d.cts"
|
|
},
|
|
"import": "./dist/builds/node.js",
|
|
"module": "./dist/builds/node.js",
|
|
"require": "./dist/builds/node.cjs"
|
|
},
|
|
"worker": {
|
|
"types": "./dist/worker.d.ts",
|
|
"default": "./dist/builds/worker.js"
|
|
},
|
|
"default": {
|
|
"types": "./dist/browser.d.ts",
|
|
"module": "./dist/builds/browser.js",
|
|
"import": "./dist/builds/browser.js",
|
|
"default": "./dist/builds/browser.umd.js"
|
|
}
|
|
},
|
|
"./dist/builds/*": "./dist/builds/*.js"
|
|
},
|
|
"jsdelivr": "./dist/builds/browser.umd.js",
|
|
"unpkg": "./dist/builds/browser.umd.js",
|
|
"react-native": "./dist/builds/browser.js",
|
|
"files": [
|
|
"dist",
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@algolia/client-common": "5.46.3",
|
|
"@algolia/requester-browser-xhr": "5.46.3",
|
|
"@algolia/requester-fetch": "5.46.3",
|
|
"@algolia/requester-node-http": "5.46.3"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "0.18.2",
|
|
"@types/node": "25.0.6",
|
|
"publint": "0.3.16",
|
|
"rollup": "4.55.1",
|
|
"tsup": "8.5.1",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
},
|
|
"gitHead": "5be82d3f2ae7cd97f5d42c3451e966daa53fd06a"
|
|
}
|