-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@experimental-api-clients-automation/client-predict",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-predict",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
"author": "Algolia",
"main": "index.js",
"jsdelivr": "dist/client-predict.umd.browser.js",
"unpkg": "dist/client-predict.umd.browser.js",
"module": "dist/client-predict.esm.node.js",
"browser": "dist/client-predict.cjs.browser.js",
"types": "index.d.ts",
"files": [
"dist",
"model",
"index.js",
"index.d.ts"
],
"scripts": {
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
"typescript": "4.6.3"
},
"engines": {
"node": ">= 14.0.0"
}
}